Html Css Color HEX #F953FB Pink Flamingo

📋 copy color: '#F953FB'

red 249 ◦ green 83 ◦ blue 251

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

Shades of Pink Flamingo #F953FB

Tints of Pink Flamingo #F953FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.05%

R = 42.71%
G = 14.24%
B = 43.05%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F953FB (or 0xF953FB) is known color: Pink Flamingo. HEX triplet: F9, 53 and FB. RGB value is (249,83,251). Sum of RGB (Red+Green+Blue) = 249+83+251=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 83 (32.81% from 255 or 14.24% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #F953FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953FB is #06AC04. Grayscale: #979797. Windows color (decimal): -437253 or 16471033. OLE color: 16471033.

HSL color Cylindrical-coordinate representation of color #F953FB: hue angle of 299.29º degrees, saturation: 0.95, 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 #F953FB is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 83 251 -
CMYK 0.01 0.67 0 0.02
HSL 299.29º 0.95% 0.65% -
HSV(B) 299.29º 0.67% 0.98% -
XYZ 59.57 33.29 94.55 -
YUV 151.79 184 197.34 -
System Red Green Blue C M Y K H S L
Decimal 249 83 251 0.01 0.67 0 0.02 299.29 0.95 0.65
Hex F9 53 FB 1 43 0 2 12B 5F 41
Octal 371 123 373 1 103 0 2 453 137 101
Binary 11111001 1010011 11111011 1 1000011 0 10 100101011 1011111 1000001

Color Harmonies of #F953FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F953FB

Black with #F953FB

Text Example


Text Example

White with #F953FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F953FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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