Html Css Color HEX #F05CF6 Pink Flamingo

📋 copy color: '#F05CF6'

red 240 ◦ green 92 ◦ blue 246

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

Shades of Pink Flamingo #F05CF6

Tints of Pink Flamingo #F05CF6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.92%

 BLUE value IS 246 (96.48% from 255) = 42.56%

R = 41.52%
G = 15.92%
B = 42.56%

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

#F05CF6 (or 0xF05CF6) is known color: Pink Flamingo. HEX triplet: F0, 5C and F6. RGB value is (240,92,246). Sum of RGB (Red+Green+Blue) = 240+92+246=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 92 (36.33% from 255 or 15.92% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #F05CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05CF6 is #0FA309. Grayscale: #999999. Windows color (decimal): -1024778 or 16145648. OLE color: 16145648.

HSL color Cylindrical-coordinate representation of color #F05CF6: hue angle of 297.66º degrees, saturation: 0.9, 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 #F05CF6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 92 246 -
CMYK 0.02 0.63 0 0.04
HSL 297.66º 0.9% 0.66% -
HSV(B) 297.66º 0.63% 0.96% -
XYZ 56.4 32.83 90.55 -
YUV 153.81 180.03 189.48 -
System Red Green Blue C M Y K H S L
Decimal 240 92 246 0.02 0.63 0 0.04 297.66 0.9 0.66
Hex F0 5C F6 2 3F 0 4 12A 5A 42
Octal 360 134 366 2 77 0 4 452 132 102
Binary 11110000 1011100 11110110 10 111111 0 100 100101010 1011010 1000010

Color Harmonies of #F05CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05CF6

Black with #F05CF6

Text Example


Text Example

White with #F05CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05CF6; }

 p { color: rgb(240,92,246); }

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

background-color css

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

 a { background-color: rgb(240,92,246); }

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

border-color css

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

 span { border-color: rgb(240,92,246); }

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