Html Css Color HEX #FD277F Wild Strawberry

📋 copy color: '#FD277F'

red 253 ◦ green 39 ◦ blue 127

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

Shades of Wild Strawberry #FD277F

Tints of Wild Strawberry #FD277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.31%

 BLUE value IS 127 (50% from 255) = 30.31%

R = 60.38%
G = 9.31%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD277F (or 0xFD277F) is known color: Wild Strawberry. HEX triplet: FD, 27 and 7F. RGB value is (253,39,127). Sum of RGB (Red+Green+Blue) = 253+39+127=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD277F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD277F is #02D880. Grayscale: #707070. Windows color (decimal): -186497 or 8333309. OLE color: 8333309.

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

Color convert

RGB 253 39 127 -
CMYK 0 0.85 0.50 0.01
HSL 335.33º 0.98% 0.57% -
HSV(B) 335.33º 0.85% 0.99% -
XYZ 45.06 23.87 22.31 -
YUV 113.02 135.9 227.84 -
System Red Green Blue C M Y K H S L
Decimal 253 39 127 0 0.85 0.50 0.01 335.33 0.98 0.57
Hex FD 27 7F 0 55 32 1 14F 62 39
Octal 375 47 177 0 125 62 1 517 142 71
Binary 11111101 100111 1111111 0 1010101 110010 1 101001111 1100010 111001

Color Harmonies of #FD277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD277F

Black with #FD277F

Text Example


Text Example

White with #FD277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD277F; }

 p { color: rgb(253,39,127); }

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

background-color css

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

 a { background-color: rgb(253,39,127); }

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

border-color css

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

 span { border-color: rgb(253,39,127); }

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