Html Css Color HEX #F03CFA Pink Flamingo

📋 copy color: '#F03CFA'

red 240 ◦ green 60 ◦ blue 250

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

Shades of Pink Flamingo #F03CFA

Tints of Pink Flamingo #F03CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 43.64%
G = 10.91%
B = 45.45%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F03CFA (or 0xF03CFA) is known color: Pink Flamingo. HEX triplet: F0, 3C and FA. RGB value is (240,60,250). Sum of RGB (Red+Green+Blue) = 240+60+250=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 60 (23.83% from 255 or 10.91% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #F03CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03CFA is #0FC305. Grayscale: #868686. Windows color (decimal): -1032966 or 16399600. OLE color: 16399600.

HSL color Cylindrical-coordinate representation of color #F03CFA: hue angle of 296.84º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03CFA is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 60 250 -
CMYK 0.04 0.76 0 0.02
HSL 296.84º 0.95% 0.61% -
HSV(B) 296.84º 0.76% 0.98% -
XYZ 54.81 28.66 93.09 -
YUV 135.48 192.63 202.55 -
System Red Green Blue C M Y K H S L
Decimal 240 60 250 0.04 0.76 0 0.02 296.84 0.95 0.61
Hex F0 3C FA 4 4C 0 2 129 5F 3D
Octal 360 74 372 4 114 0 2 451 137 75
Binary 11110000 111100 11111010 100 1001100 0 10 100101001 1011111 111101

Color Harmonies of #F03CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03CFA

Black with #F03CFA

Text Example


Text Example

White with #F03CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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