Html Css Color HEX #F93DF8 Pink Flamingo

📋 copy color: '#F93DF8'

red 249 ◦ green 61 ◦ blue 248

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

Shades of Pink Flamingo #F93DF8

Tints of Pink Flamingo #F93DF8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 10.93%

 BLUE value IS 248 (97.27% from 255) = 44.44%

R = 44.62%
G = 10.93%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#F93DF8 (or 0xF93DF8) is known color: Pink Flamingo. HEX triplet: F9, 3D and F8. RGB value is (249,61,248). Sum of RGB (Red+Green+Blue) = 249+61+248=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 61 (24.22% from 255 or 10.93% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93DF8 is #06C207. Grayscale: #898989. Windows color (decimal): -442888 or 16268793. OLE color: 16268793.

HSL color Cylindrical-coordinate representation of color #F93DF8: hue angle of 300.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93DF8 is Cyan = 0, Magento = 0.76, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 61 248 -
CMYK 0 0.76 0.00 0.02
HSL 300.32º 0.94% 0.61% -
HSV(B) 300.32º 0.76% 0.98% -
XYZ 57.68 30.25 91.61 -
YUV 138.53 189.78 206.79 -
System Red Green Blue C M Y K H S L
Decimal 249 61 248 0 0.76 0.00 0.02 300.32 0.94 0.61
Hex F9 3D F8 0 4C 0 2 12C 5E 3D
Octal 371 75 370 0 114 0 2 454 136 75
Binary 11111001 111101 11111000 0 1001100 0 10 100101100 1011110 111101

Color Harmonies of #F93DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93DF8

Black with #F93DF8

Text Example


Text Example

White with #F93DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93DF8; }

 p { color: rgb(249,61,248); }

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

background-color css

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

 a { background-color: rgb(249,61,248); }

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

border-color css

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

 span { border-color: rgb(249,61,248); }

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