Html Css Color HEX #FC308F Wild Strawberry

📋 copy color: '#FC308F'

red 252 ◦ green 48 ◦ blue 143

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

Shades of Wild Strawberry #FC308F

Tints of Wild Strawberry #FC308F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.84%

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

R = 56.88%
G = 10.84%
B = 32.28%

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

#FC308F (or 0xFC308F) is known color: Wild Strawberry. HEX triplet: FC, 30 and 8F. RGB value is (252,48,143). Sum of RGB (Red+Green+Blue) = 252+48+143=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC308F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC308F is #03CF70. Grayscale: #777777. Windows color (decimal): -249713 or 9384188. OLE color: 9384188.

HSL color Cylindrical-coordinate representation of color #FC308F: hue angle of 332.06º 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 #FC308F is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 48 143 -
CMYK 0 0.81 0.43 0.01
HSL 332.06º 0.97% 0.59% -
HSV(B) 332.06º 0.81% 0.99% -
XYZ 46.16 24.79 28.34 -
YUV 119.83 141.09 222.28 -
System Red Green Blue C M Y K H S L
Decimal 252 48 143 0 0.81 0.43 0.01 332.06 0.97 0.59
Hex FC 30 8F 0 51 2B 1 14C 61 3B
Octal 374 60 217 0 121 53 1 514 141 73
Binary 11111100 110000 10001111 0 1010001 101011 1 101001100 1100001 111011

Color Harmonies of #FC308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC308F

Black with #FC308F

Text Example


Text Example

White with #FC308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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