Html Css Color HEX #F654F0 Pink Flamingo

📋 copy color: '#F654F0'

red 246 ◦ green 84 ◦ blue 240

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

Shades of Pink Flamingo #F654F0

Tints of Pink Flamingo #F654F0

RGB

 RED value IS 246 (96.48% from 255) = 43.16%

 GREEN value IS 84 (33.2% from 255) = 14.74%

 BLUE value IS 240 (94.14% from 255) = 42.11%

R = 43.16%
G = 14.74%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F654F0 (or 0xF654F0) is known color: Pink Flamingo. HEX triplet: F6, 54 and F0. RGB value is (246,84,240). Sum of RGB (Red+Green+Blue) = 246+84+240=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 84 (33.20% from 255 or 14.74% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F654F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F654F0 is #09AB0F. Grayscale: #959595. Windows color (decimal): -633616 or 15750390. OLE color: 15750390.

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

Color convert

RGB 246 84 240 -
CMYK 0 0.66 0.02 0.04
HSL 302.22º 0.9% 0.65% -
HSV(B) 302.22º 0.66% 0.96% -
XYZ 56.9 32.22 85.66 -
YUV 150.22 178.67 196.32 -
System Red Green Blue C M Y K H S L
Decimal 246 84 240 0 0.66 0.02 0.04 302.22 0.9 0.65
Hex F6 54 F0 0 42 2 4 12E 5A 41
Octal 366 124 360 0 102 2 4 456 132 101
Binary 11110110 1010100 11110000 0 1000010 10 100 100101110 1011010 1000001

Color Harmonies of #F654F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F654F0

Black with #F654F0

Text Example


Text Example

White with #F654F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F654F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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