Html Css Color HEX #FC2C7F Wild Strawberry

📋 copy color: '#FC2C7F'

red 252 ◦ green 44 ◦ blue 127

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

Shades of Wild Strawberry #FC2C7F

Tints of Wild Strawberry #FC2C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.4%

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

R = 59.57%
G = 10.4%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC2C7F (or 0xFC2C7F) is known color: Wild Strawberry. HEX triplet: FC, 2C and 7F. RGB value is (252,44,127). Sum of RGB (Red+Green+Blue) = 252+44+127=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C7F is #03D380. Grayscale: #737373. Windows color (decimal): -250753 or 8334588. OLE color: 8334588.

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

Color convert

RGB 252 44 127 -
CMYK 0 0.83 0.50 0.01
HSL 336.06º 0.97% 0.58% -
HSV(B) 336.06º 0.83% 0.99% -
XYZ 44.88 24.03 22.35 -
YUV 115.65 134.41 225.25 -
System Red Green Blue C M Y K H S L
Decimal 252 44 127 0 0.83 0.50 0.01 336.06 0.97 0.58
Hex FC 2C 7F 0 53 32 1 150 61 3A
Octal 374 54 177 0 123 62 1 520 141 72
Binary 11111100 101100 1111111 0 1010011 110010 1 101010000 1100001 111010

Color Harmonies of #FC2C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C7F

Black with #FC2C7F

Text Example


Text Example

White with #FC2C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C7F; }

 p { color: rgb(252,44,127); }

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

background-color css

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

 a { background-color: rgb(252,44,127); }

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

border-color css

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

 span { border-color: rgb(252,44,127); }

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