Html Css Color HEX #F04AFD Pink Flamingo

📋 copy color: '#F04AFD'

red 240 ◦ green 74 ◦ blue 253

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

Shades of Pink Flamingo #F04AFD

Tints of Pink Flamingo #F04AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.05%

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 42.33%
G = 13.05%
B = 44.62%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F04AFD (or 0xF04AFD) is known color: Pink Flamingo. HEX triplet: F0, 4A and FD. RGB value is (240,74,253). Sum of RGB (Red+Green+Blue) = 240+74+253=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 74 (29.30% from 255 or 13.05% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #F04AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AFD is #0FB502. Grayscale: #8F8F8F. Windows color (decimal): -1029379 or 16599792. OLE color: 16599792.

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

Color convert

RGB 240 74 253 -
CMYK 0.05 0.71 0 0.01
HSL 295.64º 0.98% 0.64% -
HSV(B) 295.64º 0.71% 0.99% -
XYZ 56.11 30.51 95.86 -
YUV 144.04 189.5 196.45 -
System Red Green Blue C M Y K H S L
Decimal 240 74 253 0.05 0.71 0 0.01 295.64 0.98 0.64
Hex F0 4A FD 5 47 0 1 128 62 40
Octal 360 112 375 5 107 0 1 450 142 100
Binary 11110000 1001010 11111101 101 1000111 0 1 100101000 1100010 1000000

Color Harmonies of #F04AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04AFD

Black with #F04AFD

Text Example


Text Example

White with #F04AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04AFD; }

 p { color: rgb(240,74,253); }

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

background-color css

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

 a { background-color: rgb(240,74,253); }

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

border-color css

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

 span { border-color: rgb(240,74,253); }

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