Html Css Color HEX #F655FD Pink Flamingo

📋 copy color: '#F655FD'

red 246 ◦ green 85 ◦ blue 253

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

Shades of Pink Flamingo #F655FD

Tints of Pink Flamingo #F655FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.32%

R = 42.12%
G = 14.55%
B = 43.32%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F655FD (or 0xF655FD) is known color: Pink Flamingo. HEX triplet: F6, 55 and FD. RGB value is (246,85,253). Sum of RGB (Red+Green+Blue) = 246+85+253=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 85 (33.59% from 255 or 14.55% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #F655FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655FD is #09AA02. Grayscale: #979797. Windows color (decimal): -633347 or 16602614. OLE color: 16602614.

HSL color Cylindrical-coordinate representation of color #F655FD: hue angle of 297.5º degrees, saturation: 0.98, 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 #F655FD is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 85 253 -
CMYK 0.03 0.66 0 0.01
HSL 297.5º 0.98% 0.66% -
HSV(B) 297.5º 0.66% 0.99% -
XYZ 58.98 33.18 96.22 -
YUV 152.29 184.84 194.84 -
System Red Green Blue C M Y K H S L
Decimal 246 85 253 0.03 0.66 0 0.01 297.5 0.98 0.66
Hex F6 55 FD 3 42 0 1 12A 62 42
Octal 366 125 375 3 102 0 1 452 142 102
Binary 11110110 1010101 11111101 11 1000010 0 1 100101010 1100010 1000010

Color Harmonies of #F655FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F655FD

Black with #F655FD

Text Example


Text Example

White with #F655FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F655FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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