Html Css Color HEX #F04BFF Pink Flamingo

📋 copy color: '#F04BFF'

red 240 ◦ green 75 ◦ blue 255

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

Shades of Pink Flamingo #F04BFF

Tints of Pink Flamingo #F04BFF

RGB

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

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

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

R = 42.11%
G = 13.16%
B = 44.74%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F04BFF (or 0xF04BFF) is known color: Pink Flamingo. HEX triplet: F0, 4B and FF. RGB value is (240,75,255). Sum of RGB (Red+Green+Blue) = 240+75+255=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 75 (29.69% from 255 or 13.16% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #F04BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04BFF is #0FB400. Grayscale: #909090. Windows color (decimal): -1029121 or 16731120. OLE color: 16731120.

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

Color convert

RGB 240 75 255 -
CMYK 0.06 0.71 0 0
HSL 295º 1% 0.65% -
HSV(B) 295º 0.71% 1% -
XYZ 56.5 30.78 97.57 -
YUV 144.86 190.16 195.86 -
System Red Green Blue C M Y K H S L
Decimal 240 75 255 0.06 0.71 0 0 295 1 0.65
Hex F0 4B FF 6 47 0 0 127 64 41
Octal 360 113 377 6 107 0 0 447 144 101
Binary 11110000 1001011 11111111 110 1000111 0 0 100100111 1100100 1000001

Color Harmonies of #F04BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04BFF

Black with #F04BFF

Text Example


Text Example

White with #F04BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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