Html Css Color HEX #F03CF8 Pink Flamingo

📋 copy color: '#F03CF8'

red 240 ◦ green 60 ◦ blue 248

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

Shades of Pink Flamingo #F03CF8

Tints of Pink Flamingo #F03CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.26%

R = 43.8%
G = 10.95%
B = 45.26%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F03CF8 (or 0xF03CF8) is known color: Pink Flamingo. HEX triplet: F0, 3C and F8. RGB value is (240,60,248). Sum of RGB (Red+Green+Blue) = 240+60+248=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 60 (23.83% from 255 or 10.95% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #F03CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03CF8 is #0FC307. Grayscale: #868686. Windows color (decimal): -1032968 or 16268528. OLE color: 16268528.

HSL color Cylindrical-coordinate representation of color #F03CF8: hue angle of 297.45º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03CF8 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 60 248 -
CMYK 0.03 0.76 0 0.03
HSL 297.45º 0.93% 0.6% -
HSV(B) 297.45º 0.76% 0.97% -
XYZ 54.49 28.53 91.44 -
YUV 135.25 191.63 202.71 -
System Red Green Blue C M Y K H S L
Decimal 240 60 248 0.03 0.76 0 0.03 297.45 0.93 0.6
Hex F0 3C F8 3 4C 0 3 129 5D 3C
Octal 360 74 370 3 114 0 3 451 135 74
Binary 11110000 111100 11111000 11 1001100 0 11 100101001 1011101 111100

Color Harmonies of #F03CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03CF8

Black with #F03CF8

Text Example


Text Example

White with #F03CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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