Html Css Color HEX #F965F3 Pink Flamingo

📋 copy color: '#F965F3'

red 249 ◦ green 101 ◦ blue 243

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

Shades of Pink Flamingo #F965F3

Tints of Pink Flamingo #F965F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.98%

R = 41.99%
G = 17.03%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F965F3 (or 0xF965F3) is known color: Pink Flamingo. HEX triplet: F9, 65 and F3. RGB value is (249,101,243). Sum of RGB (Red+Green+Blue) = 249+101+243=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 101 (39.84% from 255 or 17.03% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F965F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965F3 is #069A0C. Grayscale: #A1A1A1. Windows color (decimal): -432653 or 15951353. OLE color: 15951353.

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

Color convert

RGB 249 101 243 -
CMYK 0 0.59 0.02 0.02
HSL 302.43º 0.93% 0.69% -
HSV(B) 302.43º 0.59% 0.98% -
XYZ 59.9 35.92 88.57 -
YUV 161.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 249 101 243 0 0.59 0.02 0.02 302.43 0.93 0.69
Hex F9 65 F3 0 3B 2 2 12E 5C 45
Octal 371 145 363 0 73 2 2 456 134 105
Binary 11111001 1100101 11110011 0 111011 10 10 100101110 1011100 1000101

Color Harmonies of #F965F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965F3

Black with #F965F3

Text Example


Text Example

White with #F965F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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