Html Css Color HEX #F03EFF Pink Flamingo

📋 copy color: '#F03EFF'

red 240 ◦ green 62 ◦ blue 255

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

Shades of Pink Flamingo #F03EFF

Tints of Pink Flamingo #F03EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.78%

R = 43.09%
G = 11.13%
B = 45.78%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F03EFF (or 0xF03EFF) is known color: Pink Flamingo. HEX triplet: F0, 3E and FF. RGB value is (240,62,255). Sum of RGB (Red+Green+Blue) = 240+62+255=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 62 (24.61% from 255 or 11.13% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #F03EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03EFF is #0FC100. Grayscale: #888888. Windows color (decimal): -1032449 or 16727792. OLE color: 16727792.

HSL color Cylindrical-coordinate representation of color #F03EFF: hue angle of 295.34º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03EFF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 62 255 -
CMYK 0.06 0.76 0 0
HSL 295.34º 1% 0.62% -
HSV(B) 295.34º 0.76% 1% -
XYZ 55.71 29.19 97.31 -
YUV 137.22 194.47 201.31 -
System Red Green Blue C M Y K H S L
Decimal 240 62 255 0.06 0.76 0 0 295.34 1 0.62
Hex F0 3E FF 6 4C 0 0 127 64 3E
Octal 360 76 377 6 114 0 0 447 144 76
Binary 11110000 111110 11111111 110 1001100 0 0 100100111 1100100 111110

Color Harmonies of #F03EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03EFF

Black with #F03EFF

Text Example


Text Example

White with #F03EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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