Html Css Color HEX #F05AF4 Pink Flamingo

📋 copy color: '#F05AF4'

red 240 ◦ green 90 ◦ blue 244

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

Shades of Pink Flamingo #F05AF4

Tints of Pink Flamingo #F05AF4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.68%

 BLUE value IS 244 (95.7% from 255) = 42.51%

R = 41.81%
G = 15.68%
B = 42.51%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F05AF4 (or 0xF05AF4) is known color: Pink Flamingo. HEX triplet: F0, 5A and F4. RGB value is (240,90,244). Sum of RGB (Red+Green+Blue) = 240+90+244=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 90 (35.55% from 255 or 15.68% from 574); Blue value is 244 (95.70% from 255 or 42.51% from 574); Max value from RGB is 244 - color contains mainly: blue. Hex color #F05AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05AF4 is #0FA50B. Grayscale: #979797. Windows color (decimal): -1025292 or 16014064. OLE color: 16014064.

HSL color Cylindrical-coordinate representation of color #F05AF4: hue angle of 298.44º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05AF4 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 90 244 -
CMYK 0.02 0.63 0 0.04
HSL 298.44º 0.88% 0.65% -
HSV(B) 298.44º 0.63% 0.96% -
XYZ 55.92 32.37 88.89 -
YUV 152.41 179.7 190.48 -
System Red Green Blue C M Y K H S L
Decimal 240 90 244 0.02 0.63 0 0.04 298.44 0.88 0.65
Hex F0 5A F4 2 3F 0 4 12A 58 41
Octal 360 132 364 2 77 0 4 452 130 101
Binary 11110000 1011010 11110100 10 111111 0 100 100101010 1011000 1000001

Color Harmonies of #F05AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05AF4

Black with #F05AF4

Text Example


Text Example

White with #F05AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05AF4; }

 p { color: rgb(240,90,244); }

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

background-color css

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

 a { background-color: rgb(240,90,244); }

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

border-color css

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

 span { border-color: rgb(240,90,244); }

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