Html Css Color HEX #F03CFC Pink Flamingo

📋 copy color: '#F03CFC'

red 240 ◦ green 60 ◦ blue 252

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

Shades of Pink Flamingo #F03CFC

Tints of Pink Flamingo #F03CFC

RGB

 RED value IS 240 (94.14% from 255) = 43.48%

 GREEN value IS 60 (23.83% from 255) = 10.87%

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 43.48%
G = 10.87%
B = 45.65%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F03CFC (or 0xF03CFC) is known color: Pink Flamingo. HEX triplet: F0, 3C and FC. RGB value is (240,60,252). Sum of RGB (Red+Green+Blue) = 240+60+252=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 60 (23.83% from 255 or 10.87% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #F03CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03CFC is #0FC303. Grayscale: #878787. Windows color (decimal): -1032964 or 16530672. OLE color: 16530672.

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

Color convert

RGB 240 60 252 -
CMYK 0.05 0.76 0 0.01
HSL 296.25º 0.97% 0.61% -
HSV(B) 296.25º 0.76% 0.99% -
XYZ 55.12 28.79 94.75 -
YUV 135.71 193.63 202.39 -
System Red Green Blue C M Y K H S L
Decimal 240 60 252 0.05 0.76 0 0.01 296.25 0.97 0.61
Hex F0 3C FC 5 4C 0 1 128 61 3D
Octal 360 74 374 5 114 0 1 450 141 75
Binary 11110000 111100 11111100 101 1001100 0 1 100101000 1100001 111101

Color Harmonies of #F03CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03CFC

Black with #F03CFC

Text Example


Text Example

White with #F03CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03CFC; }

 p { color: rgb(240,60,252); }

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

background-color css

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

 a { background-color: rgb(240,60,252); }

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

border-color css

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

 span { border-color: rgb(240,60,252); }

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