Html Css Color HEX #F645FF Pink Flamingo

📋 copy color: '#F645FF'

red 246 ◦ green 69 ◦ blue 255

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

Shades of Pink Flamingo #F645FF

Tints of Pink Flamingo #F645FF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.11%

 BLUE value IS 255 (100% from 255) = 44.74%

R = 43.16%
G = 12.11%
B = 44.74%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F645FF (or 0xF645FF) is known color: Pink Flamingo. HEX triplet: F6, 45 and FF. RGB value is (246,69,255). Sum of RGB (Red+Green+Blue) = 246+69+255=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 69 (27.34% from 255 or 12.11% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #F645FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F645FF is #09BA00. Grayscale: #8E8E8E. Windows color (decimal): -637441 or 16729590. OLE color: 16729590.

HSL color Cylindrical-coordinate representation of color #F645FF: hue angle of 297.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F645FF is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 69 255 -
CMYK 0.04 0.73 0 0
HSL 297.1º 1% 0.64% -
HSV(B) 297.1º 0.73% 1% -
XYZ 58.18 31.07 97.54 -
YUV 143.13 191.14 201.38 -
System Red Green Blue C M Y K H S L
Decimal 246 69 255 0.04 0.73 0 0 297.1 1 0.64
Hex F6 45 FF 4 49 0 0 129 64 40
Octal 366 105 377 4 111 0 0 451 144 100
Binary 11110110 1000101 11111111 100 1001001 0 0 100101001 1100100 1000000

Color Harmonies of #F645FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F645FF

Black with #F645FF

Text Example


Text Example

White with #F645FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F645FF; }

 p { color: rgb(246,69,255); }

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

background-color css

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

 a { background-color: rgb(246,69,255); }

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

border-color css

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

 span { border-color: rgb(246,69,255); }

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