Html Css Color HEX #F965F1 Pink Flamingo

📋 copy color: '#F965F1'

red 249 ◦ green 101 ◦ blue 241

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

Shades of Pink Flamingo #F965F1

Tints of Pink Flamingo #F965F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.78%

R = 42.13%
G = 17.09%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F965F1 (or 0xF965F1) is known color: Pink Flamingo. HEX triplet: F9, 65 and F1. RGB value is (249,101,241). Sum of RGB (Red+Green+Blue) = 249+101+241=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F965F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965F1 is #069A0E. Grayscale: #A0A0A0. Windows color (decimal): -432655 or 15820281. OLE color: 15820281.

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

Color convert

RGB 249 101 241 -
CMYK 0 0.59 0.03 0.02
HSL 303.24º 0.93% 0.69% -
HSV(B) 303.24º 0.59% 0.98% -
XYZ 59.6 35.8 86.99 -
YUV 161.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 249 101 241 0 0.59 0.03 0.02 303.24 0.93 0.69
Hex F9 65 F1 0 3B 3 2 12F 5C 45
Octal 371 145 361 0 73 3 2 457 134 105
Binary 11111001 1100101 11110001 0 111011 11 10 100101111 1011100 1000101

Color Harmonies of #F965F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965F1

Black with #F965F1

Text Example


Text Example

White with #F965F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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