Html Css Color HEX #F965E7 Pink Flamingo

📋 copy color: '#F965E7'

red 249 ◦ green 101 ◦ blue 231

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

Shades of Pink Flamingo #F965E7

Tints of Pink Flamingo #F965E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.76%

R = 42.86%
G = 17.38%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F965E7 (or 0xF965E7) is known color: Pink Flamingo. HEX triplet: F9, 65 and E7. RGB value is (249,101,231). Sum of RGB (Red+Green+Blue) = 249+101+231=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 101 (39.84% from 255 or 17.38% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F965E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965E7 is #069A18. Grayscale: #9F9F9F. Windows color (decimal): -432665 or 15164921. OLE color: 15164921.

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

Color convert

RGB 249 101 231 -
CMYK 0 0.59 0.07 0.02
HSL 307.3º 0.93% 0.69% -
HSV(B) 307.3º 0.59% 0.98% -
XYZ 58.14 35.22 79.33 -
YUV 160.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 249 101 231 0 0.59 0.07 0.02 307.3 0.93 0.69
Hex F9 65 E7 0 3B 7 2 133 5C 45
Octal 371 145 347 0 73 7 2 463 134 105
Binary 11111001 1100101 11100111 0 111011 111 10 100110011 1011100 1000101

Color Harmonies of #F965E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965E7

Black with #F965E7

Text Example


Text Example

White with #F965E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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