Html Css Color HEX #F465ED Pink Flamingo

📋 copy color: '#F465ED'

red 244 ◦ green 101 ◦ blue 237

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

Shades of Pink Flamingo #F465ED

Tints of Pink Flamingo #F465ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 41.92%
G = 17.35%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F465ED (or 0xF465ED) is known color: Pink Flamingo. HEX triplet: F4, 65 and ED. RGB value is (244,101,237). Sum of RGB (Red+Green+Blue) = 244+101+237=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 101 (39.84% from 255 or 17.35% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F465ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F465ED is #0B9A12. Grayscale: #9E9E9E. Windows color (decimal): -760339 or 15558132. OLE color: 15558132.

HSL color Cylindrical-coordinate representation of color #F465ED: hue angle of 302.94º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F465ED is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 101 237 -
CMYK 0 0.59 0.03 0.04
HSL 302.94º 0.87% 0.68% -
HSV(B) 302.94º 0.59% 0.96% -
XYZ 57.25 34.65 83.79 -
YUV 159.26 171.88 188.44 -
System Red Green Blue C M Y K H S L
Decimal 244 101 237 0 0.59 0.03 0.04 302.94 0.87 0.68
Hex F4 65 ED 0 3B 3 4 12F 57 44
Octal 364 145 355 0 73 3 4 457 127 104
Binary 11110100 1100101 11101101 0 111011 11 100 100101111 1010111 1000100

Color Harmonies of #F465ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F465ED

Black with #F465ED

Text Example


Text Example

White with #F465ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F465ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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