Html Css Color HEX #F953FC Pink Flamingo

📋 copy color: '#F953FC'

red 249 ◦ green 83 ◦ blue 252

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

Shades of Pink Flamingo #F953FC

Tints of Pink Flamingo #F953FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.21%

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

R = 42.64%
G = 14.21%
B = 43.15%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F953FC (or 0xF953FC) is known color: Pink Flamingo. HEX triplet: F9, 53 and FC. RGB value is (249,83,252). Sum of RGB (Red+Green+Blue) = 249+83+252=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 83 (32.81% from 255 or 14.21% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #F953FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953FC is #06AC03. Grayscale: #979797. Windows color (decimal): -437252 or 16536569. OLE color: 16536569.

HSL color Cylindrical-coordinate representation of color #F953FC: hue angle of 298.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F953FC is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 83 252 -
CMYK 0.01 0.67 0 0.01
HSL 298.93º 0.97% 0.66% -
HSV(B) 298.93º 0.67% 0.99% -
XYZ 59.73 33.35 95.39 -
YUV 151.9 184.5 197.26 -
System Red Green Blue C M Y K H S L
Decimal 249 83 252 0.01 0.67 0 0.01 298.93 0.97 0.66
Hex F9 53 FC 1 43 0 1 12B 61 42
Octal 371 123 374 1 103 0 1 453 141 102
Binary 11111001 1010011 11111100 1 1000011 0 1 100101011 1100001 1000010

Color Harmonies of #F953FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F953FC

Black with #F953FC

Text Example


Text Example

White with #F953FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F953FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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