Html Css Color HEX #F05EF5 Pink Flamingo

📋 copy color: '#F05EF5'

red 240 ◦ green 94 ◦ blue 245

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

Shades of Pink Flamingo #F05EF5

Tints of Pink Flamingo #F05EF5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.23%

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

R = 41.45%
G = 16.23%
B = 42.31%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F05EF5 (or 0xF05EF5) is known color: Pink Flamingo. HEX triplet: F0, 5E and F5. RGB value is (240,94,245). Sum of RGB (Red+Green+Blue) = 240+94+245=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 94 (37.11% from 255 or 16.23% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #F05EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05EF5 is #0FA10A. Grayscale: #9A9A9A. Windows color (decimal): -1024267 or 16080624. OLE color: 16080624.

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

Color convert

RGB 240 94 245 -
CMYK 0.02 0.62 0 0.04
HSL 298.01º 0.88% 0.66% -
HSV(B) 298.01º 0.62% 0.96% -
XYZ 56.42 33.12 89.81 -
YUV 154.87 178.87 188.72 -
System Red Green Blue C M Y K H S L
Decimal 240 94 245 0.02 0.62 0 0.04 298.01 0.88 0.66
Hex F0 5E F5 2 3E 0 4 12A 58 42
Octal 360 136 365 2 76 0 4 452 130 102
Binary 11110000 1011110 11110101 10 111110 0 100 100101010 1011000 1000010

Color Harmonies of #F05EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05EF5

Black with #F05EF5

Text Example


Text Example

White with #F05EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05EF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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