Html Css Color HEX #F665FD Pink Flamingo

📋 copy color: '#F665FD'

red 246 ◦ green 101 ◦ blue 253

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

Shades of Pink Flamingo #F665FD

Tints of Pink Flamingo #F665FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 16.83%

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

R = 41%
G = 16.83%
B = 42.17%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F665FD (or 0xF665FD) is known color: Pink Flamingo. HEX triplet: F6, 65 and FD. RGB value is (246,101,253). Sum of RGB (Red+Green+Blue) = 246+101+253=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 101 (39.84% from 255 or 16.83% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #F665FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F665FD is #099A02. Grayscale: #A1A1A1. Windows color (decimal): -629251 or 16606710. OLE color: 16606710.

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

Color convert

RGB 246 101 253 -
CMYK 0.03 0.60 0 0.01
HSL 297.24º 0.97% 0.69% -
HSV(B) 297.24º 0.6% 0.99% -
XYZ 60.39 35.99 96.69 -
YUV 161.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 246 101 253 0.03 0.60 0 0.01 297.24 0.97 0.69
Hex F6 65 FD 3 3C 0 1 129 61 45
Octal 366 145 375 3 74 0 1 451 141 105
Binary 11110110 1100101 11111101 11 111100 0 1 100101001 1100001 1000101

Color Harmonies of #F665FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F665FD

Black with #F665FD

Text Example


Text Example

White with #F665FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F665FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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