Html Css Color HEX #F465EB Pink Flamingo

📋 copy color: '#F465EB'

red 244 ◦ green 101 ◦ blue 235

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

Shades of Pink Flamingo #F465EB

Tints of Pink Flamingo #F465EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.52%

R = 42.07%
G = 17.41%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F465EB (or 0xF465EB) is known color: Pink Flamingo. HEX triplet: F4, 65 and EB. RGB value is (244,101,235). Sum of RGB (Red+Green+Blue) = 244+101+235=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 101 (39.84% from 255 or 17.41% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F465EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F465EB is #0B9A14. Grayscale: #9E9E9E. Windows color (decimal): -760341 or 15427060. OLE color: 15427060.

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

Color convert

RGB 244 101 235 -
CMYK 0 0.59 0.04 0.04
HSL 303.78º 0.87% 0.68% -
HSV(B) 303.78º 0.59% 0.96% -
XYZ 56.96 34.54 82.26 -
YUV 159.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 244 101 235 0 0.59 0.04 0.04 303.78 0.87 0.68
Hex F4 65 EB 0 3B 4 4 130 57 44
Octal 364 145 353 0 73 4 4 460 127 104
Binary 11110100 1100101 11101011 0 111011 100 100 100110000 1010111 1000100

Color Harmonies of #F465EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F465EB

Black with #F465EB

Text Example


Text Example

White with #F465EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F465EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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