Html Css Color HEX #F965FC Pink Flamingo

📋 copy color: '#F965FC'

red 249 ◦ green 101 ◦ blue 252

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

Shades of Pink Flamingo #F965FC

Tints of Pink Flamingo #F965FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 41.36%
G = 16.78%
B = 41.86%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F965FC (or 0xF965FC) is known color: Pink Flamingo. HEX triplet: F9, 65 and FC. RGB value is (249,101,252). Sum of RGB (Red+Green+Blue) = 249+101+252=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 101 (39.84% from 255 or 16.78% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #F965FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965FC is #069A03. Grayscale: #A2A2A2. Windows color (decimal): -432644 or 16541177. OLE color: 16541177.

HSL color Cylindrical-coordinate representation of color #F965FC: hue angle of 298.81º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F965FC is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 101 252 -
CMYK 0.01 0.60 0 0.01
HSL 298.81º 0.96% 0.69% -
HSV(B) 298.81º 0.6% 0.99% -
XYZ 61.29 36.48 95.91 -
YUV 162.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 249 101 252 0.01 0.60 0 0.01 298.81 0.96 0.69
Hex F9 65 FC 1 3C 0 1 12B 60 45
Octal 371 145 374 1 74 0 1 453 140 105
Binary 11111001 1100101 11111100 1 111100 0 1 100101011 1100000 1000101

Color Harmonies of #F965FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965FC

Black with #F965FC

Text Example


Text Example

White with #F965FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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