Html Css Color HEX #FD297B Wild Strawberry

📋 copy color: '#FD297B'

red 253 ◦ green 41 ◦ blue 123

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

Shades of Wild Strawberry #FD297B

Tints of Wild Strawberry #FD297B

RGB

 RED value IS 253 (99.22% from 255) = 60.67%

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

 BLUE value IS 123 (48.44% from 255) = 29.5%

R = 60.67%
G = 9.83%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD297B (or 0xFD297B) is known color: Wild Strawberry. HEX triplet: FD, 29 and 7B. RGB value is (253,41,123). Sum of RGB (Red+Green+Blue) = 253+41+123=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD297B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD297B is #02D684. Grayscale: #717171. Windows color (decimal): -185989 or 8071677. OLE color: 8071677.

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

Color convert

RGB 253 41 123 -
CMYK 0 0.84 0.51 0.01
HSL 336.79º 0.98% 0.58% -
HSV(B) 336.79º 0.84% 0.99% -
XYZ 44.88 23.9 20.99 -
YUV 113.74 133.24 227.33 -
System Red Green Blue C M Y K H S L
Decimal 253 41 123 0 0.84 0.51 0.01 336.79 0.98 0.58
Hex FD 29 7B 0 54 33 1 151 62 3A
Octal 375 51 173 0 124 63 1 521 142 72
Binary 11111101 101001 1111011 0 1010100 110011 1 101010001 1100010 111010

Color Harmonies of #FD297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD297B

Black with #FD297B

Text Example


Text Example

White with #FD297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD297B; }

 p { color: rgb(253,41,123); }

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

background-color css

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

 a { background-color: rgb(253,41,123); }

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

border-color css

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

 span { border-color: rgb(253,41,123); }

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