Html Css Color HEX #F950F0 Pink Flamingo

📋 copy color: '#F950F0'

red 249 ◦ green 80 ◦ blue 240

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

Shades of Pink Flamingo #F950F0

Tints of Pink Flamingo #F950F0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.06%

 BLUE value IS 240 (94.14% from 255) = 42.18%

R = 43.76%
G = 14.06%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F950F0 (or 0xF950F0) is known color: Pink Flamingo. HEX triplet: F9, 50 and F0. RGB value is (249,80,240). Sum of RGB (Red+Green+Blue) = 249+80+240=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 80 (31.64% from 255 or 14.06% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F950F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F950F0 is #06AF0F. Grayscale: #949494. Windows color (decimal): -438032 or 15749369. OLE color: 15749369.

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

Color convert

RGB 249 80 240 -
CMYK 0 0.68 0.04 0.02
HSL 303.2º 0.93% 0.65% -
HSV(B) 303.2º 0.68% 0.98% -
XYZ 57.66 32.17 85.61 -
YUV 148.77 179.49 199.49 -
System Red Green Blue C M Y K H S L
Decimal 249 80 240 0 0.68 0.04 0.02 303.2 0.93 0.65
Hex F9 50 F0 0 44 4 2 12F 5D 41
Octal 371 120 360 0 104 4 2 457 135 101
Binary 11111001 1010000 11110000 0 1000100 100 10 100101111 1011101 1000001

Color Harmonies of #F950F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F950F0

Black with #F950F0

Text Example


Text Example

White with #F950F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F950F0; }

 p { color: rgb(249,80,240); }

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

background-color css

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

 a { background-color: rgb(249,80,240); }

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

border-color css

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

 span { border-color: rgb(249,80,240); }

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