Html Css Color HEX #FC2F8F Wild Strawberry

📋 copy color: '#FC2F8F'

red 252 ◦ green 47 ◦ blue 143

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

Shades of Wild Strawberry #FC2F8F

Tints of Wild Strawberry #FC2F8F

RGB

 RED value IS 252 (98.83% from 255) = 57.01%

 GREEN value IS 47 (18.75% from 255) = 10.63%

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 57.01%
G = 10.63%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC2F8F (or 0xFC2F8F) is known color: Wild Strawberry. HEX triplet: FC, 2F and 8F. RGB value is (252,47,143). Sum of RGB (Red+Green+Blue) = 252+47+143=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2F8F is #03D070. Grayscale: #777777. Windows color (decimal): -249969 or 9383932. OLE color: 9383932.

HSL color Cylindrical-coordinate representation of color #FC2F8F: hue angle of 331.9º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2F8F is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 47 143 -
CMYK 0 0.81 0.43 0.01
HSL 331.9º 0.97% 0.59% -
HSV(B) 331.9º 0.81% 0.99% -
XYZ 46.12 24.71 28.33 -
YUV 119.24 141.42 222.69 -
System Red Green Blue C M Y K H S L
Decimal 252 47 143 0 0.81 0.43 0.01 331.9 0.97 0.59
Hex FC 2F 8F 0 51 2B 1 14C 61 3B
Octal 374 57 217 0 121 53 1 514 141 73
Binary 11111100 101111 10001111 0 1010001 101011 1 101001100 1100001 111011

Color Harmonies of #FC2F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F8F

Black with #FC2F8F

Text Example


Text Example

White with #FC2F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F8F; }

 p { color: rgb(252,47,143); }

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

background-color css

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

 a { background-color: rgb(252,47,143); }

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

border-color css

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

 span { border-color: rgb(252,47,143); }

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