Html Css Color HEX #F03BFC Pink Flamingo

📋 copy color: '#F03BFC'

red 240 ◦ green 59 ◦ blue 252

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

Shades of Pink Flamingo #F03BFC

Tints of Pink Flamingo #F03BFC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.71%

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

R = 43.56%
G = 10.71%
B = 45.74%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F03BFC (or 0xF03BFC) is known color: Pink Flamingo. HEX triplet: F0, 3B and FC. RGB value is (240,59,252). Sum of RGB (Red+Green+Blue) = 240+59+252=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 59 (23.44% from 255 or 10.71% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #F03BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03BFC is #0FC403. Grayscale: #868686. Windows color (decimal): -1033220 or 16530416. OLE color: 16530416.

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

Color convert

RGB 240 59 252 -
CMYK 0.05 0.77 0 0.01
HSL 296.27º 0.97% 0.61% -
HSV(B) 296.27º 0.77% 0.99% -
XYZ 55.07 28.68 94.73 -
YUV 135.12 193.97 202.81 -
System Red Green Blue C M Y K H S L
Decimal 240 59 252 0.05 0.77 0 0.01 296.27 0.97 0.61
Hex F0 3B FC 5 4D 0 1 128 61 3D
Octal 360 73 374 5 115 0 1 450 141 75
Binary 11110000 111011 11111100 101 1001101 0 1 100101000 1100001 111101

Color Harmonies of #F03BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03BFC

Black with #F03BFC

Text Example


Text Example

White with #F03BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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