Html Css Color HEX #F952FE Pink Flamingo

📋 copy color: '#F952FE'

red 249 ◦ green 82 ◦ blue 254

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

Shades of Pink Flamingo #F952FE

Tints of Pink Flamingo #F952FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.02%

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 42.56%
G = 14.02%
B = 43.42%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F952FE (or 0xF952FE) is known color: Pink Flamingo. HEX triplet: F9, 52 and FE. RGB value is (249,82,254). Sum of RGB (Red+Green+Blue) = 249+82+254=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 82 (32.42% from 255 or 14.02% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #F952FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F952FE is #06AD01. Grayscale: #979797. Windows color (decimal): -437506 or 16667385. OLE color: 16667385.

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

Color convert

RGB 249 82 254 -
CMYK 0.02 0.68 0 0.00
HSL 298.26º 0.99% 0.66% -
HSV(B) 298.26º 0.68% 1% -
XYZ 59.97 33.33 97.04 -
YUV 151.54 185.83 197.51 -
System Red Green Blue C M Y K H S L
Decimal 249 82 254 0.02 0.68 0 0.00 298.26 0.99 0.66
Hex F9 52 FE 2 44 0 0 12A 63 42
Octal 371 122 376 2 104 0 0 452 143 102
Binary 11111001 1010010 11111110 10 1000100 0 0 100101010 1100011 1000010

Color Harmonies of #F952FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F952FE

Black with #F952FE

Text Example


Text Example

White with #F952FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F952FE; }

 p { color: rgb(249,82,254); }

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

background-color css

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

 a { background-color: rgb(249,82,254); }

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

border-color css

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

 span { border-color: rgb(249,82,254); }

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