Html Css Color HEX #F965FA Pink Flamingo

📋 copy color: '#F965FA'

red 249 ◦ green 101 ◦ blue 250

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

Shades of Pink Flamingo #F965FA

Tints of Pink Flamingo #F965FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.67%

R = 41.5%
G = 16.83%
B = 41.67%

CMYK

 C value IS 0.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F965FA (or 0xF965FA) is known color: Pink Flamingo. HEX triplet: F9, 65 and FA. RGB value is (249,101,250). Sum of RGB (Red+Green+Blue) = 249+101+250=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 101 (39.84% from 255 or 16.83% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #F965FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965FA is #069A05. Grayscale: #A1A1A1. Windows color (decimal): -432646 or 16410105. OLE color: 16410105.

HSL color Cylindrical-coordinate representation of color #F965FA: hue angle of 299.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F965FA is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 101 250 -
CMYK 0.00 0.60 0 0.02
HSL 299.6º 0.94% 0.69% -
HSV(B) 299.6º 0.6% 0.98% -
XYZ 60.98 36.35 94.24 -
YUV 162.24 177.53 189.88 -
System Red Green Blue C M Y K H S L
Decimal 249 101 250 0.00 0.60 0 0.02 299.6 0.94 0.69
Hex F9 65 FA 0 3C 0 2 12C 5E 45
Octal 371 145 372 0 74 0 2 454 136 105
Binary 11111001 1100101 11111010 0 111100 0 10 100101100 1011110 1000101

Color Harmonies of #F965FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965FA

Black with #F965FA

Text Example


Text Example

White with #F965FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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