Html Css Color HEX #F465FF Pink Flamingo

📋 copy color: '#F465FF'

red 244 ◦ green 101 ◦ blue 255

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

Shades of Pink Flamingo #F465FF

Tints of Pink Flamingo #F465FF

RGB

 RED value IS 244 (95.7% from 255) = 40.67%

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

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

R = 40.67%
G = 16.83%
B = 42.5%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F465FF (or 0xF465FF) is known color: Pink Flamingo. HEX triplet: F4, 65 and FF. RGB value is (244,101,255). Sum of RGB (Red+Green+Blue) = 244+101+255=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 101 (39.84% from 255 or 16.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #F465FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F465FF is #0B9A00. Grayscale: #A0A0A0. Windows color (decimal): -760321 or 16737780. OLE color: 16737780.

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

Color convert

RGB 244 101 255 -
CMYK 0.04 0.60 0 0
HSL 295.71º 1% 0.7% -
HSV(B) 295.71º 0.6% 1% -
XYZ 60.01 35.76 98.35 -
YUV 161.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 244 101 255 0.04 0.60 0 0 295.71 1 0.7
Hex F4 65 FF 4 3C 0 0 128 64 46
Octal 364 145 377 4 74 0 0 450 144 106
Binary 11110100 1100101 11111111 100 111100 0 0 100101000 1100100 1000110

Color Harmonies of #F465FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F465FF

Black with #F465FF

Text Example


Text Example

White with #F465FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F465FF; }

 p { color: rgb(244,101,255); }

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

background-color css

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

 a { background-color: rgb(244,101,255); }

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

border-color css

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

 span { border-color: rgb(244,101,255); }

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