Html Css Color HEX #F04CFD Pink Flamingo

📋 copy color: '#F04CFD'

red 240 ◦ green 76 ◦ blue 253

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

Shades of Pink Flamingo #F04CFD

Tints of Pink Flamingo #F04CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.36%

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

R = 42.18%
G = 13.36%
B = 44.46%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F04CFD (or 0xF04CFD) is known color: Pink Flamingo. HEX triplet: F0, 4C and FD. RGB value is (240,76,253). Sum of RGB (Red+Green+Blue) = 240+76+253=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 76 (30.08% from 255 or 13.36% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #F04CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04CFD is #0FB302. Grayscale: #909090. Windows color (decimal): -1028867 or 16600304. OLE color: 16600304.

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

Color convert

RGB 240 76 253 -
CMYK 0.05 0.70 0 0.01
HSL 295.59º 0.98% 0.65% -
HSV(B) 295.59º 0.7% 0.99% -
XYZ 56.25 30.79 95.91 -
YUV 145.21 188.83 195.61 -
System Red Green Blue C M Y K H S L
Decimal 240 76 253 0.05 0.70 0 0.01 295.59 0.98 0.65
Hex F0 4C FD 5 46 0 1 128 62 41
Octal 360 114 375 5 106 0 1 450 142 101
Binary 11110000 1001100 11111101 101 1000110 0 1 100101000 1100010 1000001

Color Harmonies of #F04CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CFD

Black with #F04CFD

Text Example


Text Example

White with #F04CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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