Html Css Color HEX #FF297D Wild Strawberry

📋 copy color: '#FF297D'

red 255 ◦ green 41 ◦ blue 125

#FF297D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #FF297D

Tints of Wild Strawberry #FF297D

RGB

 RED value IS 255 (100% from 255) = 60.57%

 GREEN value IS 41 (16.41% from 255) = 9.74%

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 60.57%
G = 9.74%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF297D (or 0xFF297D) is known color: Wild Strawberry. HEX triplet: FF, 29 and 7D. RGB value is (255,41,125). Sum of RGB (Red+Green+Blue) = 255+41+125=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF297D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF297D is #00D682. Grayscale: #727272. Windows color (decimal): -54915 or 8202751. OLE color: 8202751.

HSL color Cylindrical-coordinate representation of color #FF297D: hue angle of 336.45º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF297D is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 125 -
CMYK 0 0.84 0.51 0
HSL 336.45º 1% 0.58% -
HSV(B) 336.45º 0.84% 1% -
XYZ 45.73 24.33 21.69 -
YUV 114.56 133.9 228.17 -
System Red Green Blue C M Y K H S L
Decimal 255 41 125 0 0.84 0.51 0 336.45 1 0.58
Hex FF 29 7D 0 54 33 0 150 64 3A
Octal 377 51 175 0 124 63 0 520 144 72
Binary 11111111 101001 1111101 0 1010100 110011 0 101010000 1100100 111010

Color Harmonies of #FF297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF297D

Black with #FF297D

Text Example


Text Example

White with #FF297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF297D; }

 p { color: rgb(255,41,125); }

 H1.HeaderClassName
 {
   color: #FF297D;
 }
 .AnyTagClassName
 {
   color: #FF297D;
 }
</style>

background-color css

<style>
 a { background-color: #FF297D; }

 a { background-color: rgb(255,41,125); }

 div.DivClassName
 {
   background-color: #FF297D;
 }
 .BgClassName
 {
   background-color: #FF297D;
 }
</style>

border-color css

<style>
 span { border-color: #FF297D; }

 span { border-color: rgb(255,41,125); }

 td.TdClassName
 {
   border-color: #FF297D;
 }
 .TagClassName
 {
   border-color: #FF297D;
 }
</style>