Html Css Color HEX #F655FC Pink Flamingo

📋 copy color: '#F655FC'

red 246 ◦ green 85 ◦ blue 252

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

Shades of Pink Flamingo #F655FC

Tints of Pink Flamingo #F655FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.58%

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 42.2%
G = 14.58%
B = 43.22%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F655FC (or 0xF655FC) is known color: Pink Flamingo. HEX triplet: F6, 55 and FC. RGB value is (246,85,252). Sum of RGB (Red+Green+Blue) = 246+85+252=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 85 (33.59% from 255 or 14.58% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #F655FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655FC is #09AA03. Grayscale: #979797. Windows color (decimal): -633348 or 16537078. OLE color: 16537078.

HSL color Cylindrical-coordinate representation of color #F655FC: hue angle of 297.84º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F655FC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 85 252 -
CMYK 0.02 0.66 0 0.01
HSL 297.84º 0.97% 0.66% -
HSV(B) 297.84º 0.66% 0.99% -
XYZ 58.83 33.12 95.39 -
YUV 152.18 184.34 194.92 -
System Red Green Blue C M Y K H S L
Decimal 246 85 252 0.02 0.66 0 0.01 297.84 0.97 0.66
Hex F6 55 FC 2 42 0 1 12A 61 42
Octal 366 125 374 2 102 0 1 452 141 102
Binary 11110110 1010101 11111100 10 1000010 0 1 100101010 1100001 1000010

Color Harmonies of #F655FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F655FC

Black with #F655FC

Text Example


Text Example

White with #F655FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F655FC; }

 p { color: rgb(246,85,252); }

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

background-color css

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

 a { background-color: rgb(246,85,252); }

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

border-color css

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

 span { border-color: rgb(246,85,252); }

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