Html Css Color HEX #F03CFF Pink Flamingo

📋 copy color: '#F03CFF'

red 240 ◦ green 60 ◦ blue 255

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

Shades of Pink Flamingo #F03CFF

Tints of Pink Flamingo #F03CFF

RGB

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

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

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

R = 43.24%
G = 10.81%
B = 45.95%

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

#F03CFF (or 0xF03CFF) is known color: Pink Flamingo. HEX triplet: F0, 3C and FF. RGB value is (240,60,255). Sum of RGB (Red+Green+Blue) = 240+60+255=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 60 (23.83% from 255 or 10.81% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #F03CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03CFF is #0FC300. Grayscale: #878787. Windows color (decimal): -1032961 or 16727280. OLE color: 16727280.

HSL color Cylindrical-coordinate representation of color #F03CFF: hue angle of 295.38º 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 #F03CFF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 60 255 -
CMYK 0.06 0.76 0 0
HSL 295.38º 1% 0.62% -
HSV(B) 295.38º 0.76% 1% -
XYZ 55.6 28.98 97.27 -
YUV 136.05 195.13 202.14 -
System Red Green Blue C M Y K H S L
Decimal 240 60 255 0.06 0.76 0 0 295.38 1 0.62
Hex F0 3C FF 6 4C 0 0 127 64 3E
Octal 360 74 377 6 114 0 0 447 144 76
Binary 11110000 111100 11111111 110 1001100 0 0 100100111 1100100 111110

Color Harmonies of #F03CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03CFF

Black with #F03CFF

Text Example


Text Example

White with #F03CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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