Html Css Color HEX #F953EB Pink Flamingo

📋 copy color: '#F953EB'

red 249 ◦ green 83 ◦ blue 235

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

Shades of Pink Flamingo #F953EB

Tints of Pink Flamingo #F953EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 43.92%
G = 14.64%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F953EB (or 0xF953EB) is known color: Pink Flamingo. HEX triplet: F9, 53 and EB. RGB value is (249,83,235). Sum of RGB (Red+Green+Blue) = 249+83+235=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 83 (32.81% from 255 or 14.64% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F953EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953EB is #06AC14. Grayscale: #959595. Windows color (decimal): -437269 or 15422457. OLE color: 15422457.

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

Color convert

RGB 249 83 235 -
CMYK 0 0.67 0.06 0.02
HSL 305.06º 0.93% 0.65% -
HSV(B) 305.06º 0.67% 0.98% -
XYZ 57.16 32.32 81.82 -
YUV 149.96 176 198.64 -
System Red Green Blue C M Y K H S L
Decimal 249 83 235 0 0.67 0.06 0.02 305.06 0.93 0.65
Hex F9 53 EB 0 43 6 2 131 5D 41
Octal 371 123 353 0 103 6 2 461 135 101
Binary 11111001 1010011 11101011 0 1000011 110 10 100110001 1011101 1000001

Color Harmonies of #F953EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F953EB

Black with #F953EB

Text Example


Text Example

White with #F953EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F953EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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