Html Css Color HEX #F05AF5 Pink Flamingo

📋 copy color: '#F05AF5'

red 240 ◦ green 90 ◦ blue 245

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

Shades of Pink Flamingo #F05AF5

Tints of Pink Flamingo #F05AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.61%

R = 41.74%
G = 15.65%
B = 42.61%

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

#F05AF5 (or 0xF05AF5) is known color: Pink Flamingo. HEX triplet: F0, 5A and F5. RGB value is (240,90,245). Sum of RGB (Red+Green+Blue) = 240+90+245=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 90 (35.55% from 255 or 15.65% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 245 - color contains mainly: blue. Hex color #F05AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05AF5 is #0FA50A. Grayscale: #989898. Windows color (decimal): -1025291 or 16079600. OLE color: 16079600.

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

Color convert

RGB 240 90 245 -
CMYK 0.02 0.63 0 0.04
HSL 298.06º 0.89% 0.66% -
HSV(B) 298.06º 0.63% 0.96% -
XYZ 56.07 32.43 89.69 -
YUV 152.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 240 90 245 0.02 0.63 0 0.04 298.06 0.89 0.66
Hex F0 5A F5 2 3F 0 4 12A 59 42
Octal 360 132 365 2 77 0 4 452 131 102
Binary 11110000 1011010 11110101 10 111111 0 100 100101010 1011001 1000010

Color Harmonies of #F05AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05AF5

Black with #F05AF5

Text Example


Text Example

White with #F05AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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