Html Css Color HEX #F03EFC Pink Flamingo

📋 copy color: '#F03EFC'

red 240 ◦ green 62 ◦ blue 252

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

Shades of Pink Flamingo #F03EFC

Tints of Pink Flamingo #F03EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.19%

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

R = 43.32%
G = 11.19%
B = 45.49%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F03EFC (or 0xF03EFC) is known color: Pink Flamingo. HEX triplet: F0, 3E and FC. RGB value is (240,62,252). Sum of RGB (Red+Green+Blue) = 240+62+252=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 62 (24.61% from 255 or 11.19% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #F03EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03EFC is #0FC103. Grayscale: #888888. Windows color (decimal): -1032452 or 16531184. OLE color: 16531184.

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

Color convert

RGB 240 62 252 -
CMYK 0.05 0.75 0 0.01
HSL 296.21º 0.97% 0.62% -
HSV(B) 296.21º 0.75% 0.99% -
XYZ 55.23 29 94.78 -
YUV 136.88 192.97 201.55 -
System Red Green Blue C M Y K H S L
Decimal 240 62 252 0.05 0.75 0 0.01 296.21 0.97 0.62
Hex F0 3E FC 5 4B 0 1 128 61 3E
Octal 360 76 374 5 113 0 1 450 141 76
Binary 11110000 111110 11111100 101 1001011 0 1 100101000 1100001 111110

Color Harmonies of #F03EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03EFC

Black with #F03EFC

Text Example


Text Example

White with #F03EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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