Html Css Color HEX #F953FF Pink Flamingo

📋 copy color: '#F953FF'

red 249 ◦ green 83 ◦ blue 255

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

Shades of Pink Flamingo #F953FF

Tints of Pink Flamingo #F953FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.44%

R = 42.42%
G = 14.14%
B = 43.44%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F953FF (or 0xF953FF) is known color: Pink Flamingo. HEX triplet: F9, 53 and FF. RGB value is (249,83,255). Sum of RGB (Red+Green+Blue) = 249+83+255=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 83 (32.81% from 255 or 14.14% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #F953FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953FF is #06AC00. Grayscale: #979797. Windows color (decimal): -437249 or 16733177. OLE color: 16733177.

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

Color convert

RGB 249 83 255 -
CMYK 0.02 0.67 0 0
HSL 297.91º 1% 0.66% -
HSV(B) 297.91º 0.67% 1% -
XYZ 60.21 33.55 97.91 -
YUV 152.24 186 197.01 -
System Red Green Blue C M Y K H S L
Decimal 249 83 255 0.02 0.67 0 0 297.91 1 0.66
Hex F9 53 FF 2 43 0 0 12A 64 42
Octal 371 123 377 2 103 0 0 452 144 102
Binary 11111001 1010011 11111111 10 1000011 0 0 100101010 1100100 1000010

Color Harmonies of #F953FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F953FF

Black with #F953FF

Text Example


Text Example

White with #F953FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F953FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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