Html Css Color HEX #F952FD Pink Flamingo

📋 copy color: '#F952FD'

red 249 ◦ green 82 ◦ blue 253

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

Shades of Pink Flamingo #F952FD

Tints of Pink Flamingo #F952FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.32%

R = 42.64%
G = 14.04%
B = 43.32%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F952FD (or 0xF952FD) is known color: Pink Flamingo. HEX triplet: F9, 52 and FD. RGB value is (249,82,253). Sum of RGB (Red+Green+Blue) = 249+82+253=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 82 (32.42% from 255 or 14.04% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #F952FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F952FD is #06AD02. Grayscale: #969696. Windows color (decimal): -437507 or 16601849. OLE color: 16601849.

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

Color convert

RGB 249 82 253 -
CMYK 0.02 0.68 0 0.01
HSL 298.6º 0.98% 0.66% -
HSV(B) 298.6º 0.68% 0.99% -
XYZ 59.81 33.27 96.2 -
YUV 151.43 185.33 197.6 -
System Red Green Blue C M Y K H S L
Decimal 249 82 253 0.02 0.68 0 0.01 298.6 0.98 0.66
Hex F9 52 FD 2 44 0 1 12B 62 42
Octal 371 122 375 2 104 0 1 453 142 102
Binary 11111001 1010010 11111101 10 1000100 0 1 100101011 1100010 1000010

Color Harmonies of #F952FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F952FD

Black with #F952FD

Text Example


Text Example

White with #F952FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F952FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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