Html Css Color HEX #F965EE Pink Flamingo

📋 copy color: '#F965EE'

red 249 ◦ green 101 ◦ blue 238

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

Shades of Pink Flamingo #F965EE

Tints of Pink Flamingo #F965EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.48%

R = 42.35%
G = 17.18%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F965EE (or 0xF965EE) is known color: Pink Flamingo. HEX triplet: F9, 65 and EE. RGB value is (249,101,238). Sum of RGB (Red+Green+Blue) = 249+101+238=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F965EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965EE is #069A11. Grayscale: #A0A0A0. Windows color (decimal): -432658 or 15623673. OLE color: 15623673.

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

Color convert

RGB 249 101 238 -
CMYK 0 0.59 0.04 0.02
HSL 304.46º 0.93% 0.69% -
HSV(B) 304.46º 0.59% 0.98% -
XYZ 59.15 35.62 84.65 -
YUV 160.87 171.53 190.86 -
System Red Green Blue C M Y K H S L
Decimal 249 101 238 0 0.59 0.04 0.02 304.46 0.93 0.69
Hex F9 65 EE 0 3B 4 2 130 5C 45
Octal 371 145 356 0 73 4 2 460 134 105
Binary 11111001 1100101 11101110 0 111011 100 10 100110000 1011100 1000101

Color Harmonies of #F965EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965EE

Black with #F965EE

Text Example


Text Example

White with #F965EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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