Html Css Color HEX #F948FE Pink Flamingo

📋 copy color: '#F948FE'

red 249 ◦ green 72 ◦ blue 254

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

Shades of Pink Flamingo #F948FE

Tints of Pink Flamingo #F948FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.52%

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

R = 43.3%
G = 12.52%
B = 44.17%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F948FE (or 0xF948FE) is known color: Pink Flamingo. HEX triplet: F9, 48 and FE. RGB value is (249,72,254). Sum of RGB (Red+Green+Blue) = 249+72+254=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 72 (28.52% from 255 or 12.52% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #F948FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F948FE is #06B701. Grayscale: #919191. Windows color (decimal): -440066 or 16664825. OLE color: 16664825.

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

Color convert

RGB 249 72 254 -
CMYK 0.02 0.72 0 0.00
HSL 298.35º 0.99% 0.64% -
HSV(B) 298.35º 0.72% 1% -
XYZ 59.27 31.93 96.81 -
YUV 145.67 189.14 201.7 -
System Red Green Blue C M Y K H S L
Decimal 249 72 254 0.02 0.72 0 0.00 298.35 0.99 0.64
Hex F9 48 FE 2 48 0 0 12A 63 40
Octal 371 110 376 2 110 0 0 452 143 100
Binary 11111001 1001000 11111110 10 1001000 0 0 100101010 1100011 1000000

Color Harmonies of #F948FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F948FE

Black with #F948FE

Text Example


Text Example

White with #F948FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F948FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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