Html Css Color HEX #F965ED Pink Flamingo

📋 copy color: '#F965ED'

red 249 ◦ green 101 ◦ blue 237

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

Shades of Pink Flamingo #F965ED

Tints of Pink Flamingo #F965ED

RGB

 RED value IS 249 (97.66% from 255) = 42.42%

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

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

R = 42.42%
G = 17.21%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F965ED (or 0xF965ED) is known color: Pink Flamingo. HEX triplet: F9, 65 and ED. RGB value is (249,101,237). Sum of RGB (Red+Green+Blue) = 249+101+237=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 101 (39.84% from 255 or 17.21% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F965ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965ED is #069A12. Grayscale: #A0A0A0. Windows color (decimal): -432659 or 15558137. OLE color: 15558137.

HSL color Cylindrical-coordinate representation of color #F965ED: hue angle of 304.86º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F965ED is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 101 237 -
CMYK 0 0.59 0.05 0.02
HSL 304.86º 0.93% 0.69% -
HSV(B) 304.86º 0.59% 0.98% -
XYZ 59.01 35.56 83.87 -
YUV 160.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 249 101 237 0 0.59 0.05 0.02 304.86 0.93 0.69
Hex F9 65 ED 0 3B 5 2 131 5C 45
Octal 371 145 355 0 73 5 2 461 134 105
Binary 11111001 1100101 11101101 0 111011 101 10 100110001 1011100 1000101

Color Harmonies of #F965ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965ED

Black with #F965ED

Text Example


Text Example

White with #F965ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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