Html Css Color HEX #F465FD Pink Flamingo

📋 copy color: '#F465FD'

red 244 ◦ green 101 ◦ blue 253

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

Shades of Pink Flamingo #F465FD

Tints of Pink Flamingo #F465FD

RGB

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

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

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

R = 40.8%
G = 16.89%
B = 42.31%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F465FD (or 0xF465FD) is known color: Pink Flamingo. HEX triplet: F4, 65 and FD. RGB value is (244,101,253). Sum of RGB (Red+Green+Blue) = 244+101+253=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 101 (39.84% from 255 or 16.89% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #F465FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F465FD is #0B9A02. Grayscale: #A0A0A0. Windows color (decimal): -760323 or 16606708. OLE color: 16606708.

HSL color Cylindrical-coordinate representation of color #F465FD: hue angle of 296.45º 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 #F465FD is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 244 101 253 -
CMYK 0.04 0.60 0 0.01
HSL 296.45º 0.97% 0.69% -
HSV(B) 296.45º 0.6% 0.99% -
XYZ 59.69 35.63 96.66 -
YUV 161.09 179.88 187.14 -
System Red Green Blue C M Y K H S L
Decimal 244 101 253 0.04 0.60 0 0.01 296.45 0.97 0.69
Hex F4 65 FD 4 3C 0 1 128 61 45
Octal 364 145 375 4 74 0 1 450 141 105
Binary 11110100 1100101 11111101 100 111100 0 1 100101000 1100001 1000101

Color Harmonies of #F465FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F465FD

Black with #F465FD

Text Example


Text Example

White with #F465FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F465FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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