Html Css Color HEX #FC4298 Wild Strawberry

📋 copy color: '#FC4298'

red 252 ◦ green 66 ◦ blue 152

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

Shades of Wild Strawberry #FC4298

Tints of Wild Strawberry #FC4298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.04%

 BLUE value IS 152 (59.77% from 255) = 32.34%

R = 53.62%
G = 14.04%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC4298 (or 0xFC4298) is known color: Wild Strawberry. HEX triplet: FC, 42 and 98. RGB value is (252,66,152). Sum of RGB (Red+Green+Blue) = 252+66+152=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4298 is #03BD67. Grayscale: #838383. Windows color (decimal): -245096 or 9978620. OLE color: 9978620.

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

Color convert

RGB 252 66 152 -
CMYK 0 0.74 0.40 0.01
HSL 332.26º 0.97% 0.62% -
HSV(B) 332.26º 0.74% 0.99% -
XYZ 47.76 26.86 32.37 -
YUV 131.42 139.62 214.01 -
System Red Green Blue C M Y K H S L
Decimal 252 66 152 0 0.74 0.40 0.01 332.26 0.97 0.62
Hex FC 42 98 0 4A 28 1 14C 61 3E
Octal 374 102 230 0 112 50 1 514 141 76
Binary 11111100 1000010 10011000 0 1001010 101000 1 101001100 1100001 111110

Color Harmonies of #FC4298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4298

Black with #FC4298

Text Example


Text Example

White with #FC4298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4298; }

 p { color: rgb(252,66,152); }

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

background-color css

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

 a { background-color: rgb(252,66,152); }

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

border-color css

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

 span { border-color: rgb(252,66,152); }

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