Html Css Color HEX #F04BFA Pink Flamingo

📋 copy color: '#F04BFA'

red 240 ◦ green 75 ◦ blue 250

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

Shades of Pink Flamingo #F04BFA

Tints of Pink Flamingo #F04BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.27%

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

R = 42.48%
G = 13.27%
B = 44.25%

CMYK

 C value IS 0.04

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F04BFA (or 0xF04BFA) is known color: Pink Flamingo. HEX triplet: F0, 4B and FA. RGB value is (240,75,250). Sum of RGB (Red+Green+Blue) = 240+75+250=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 75 (29.69% from 255 or 13.27% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #F04BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04BFA is #0FB405. Grayscale: #8F8F8F. Windows color (decimal): -1029126 or 16403440. OLE color: 16403440.

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

Color convert

RGB 240 75 250 -
CMYK 0.04 0.7 0 0.02
HSL 296.57º 0.95% 0.64% -
HSV(B) 296.57º 0.7% 0.98% -
XYZ 55.71 30.46 93.39 -
YUV 144.29 187.66 196.27 -
System Red Green Blue C M Y K H S L
Decimal 240 75 250 0.04 0.7 0 0.02 296.57 0.95 0.64
Hex F0 4B FA 4 46 0 2 129 5F 40
Octal 360 113 372 4 106 0 2 451 137 100
Binary 11110000 1001011 11111010 100 1000110 0 10 100101001 1011111 1000000

Color Harmonies of #F04BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04BFA

Black with #F04BFA

Text Example


Text Example

White with #F04BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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