Html Css Color HEX #F93FFD Pink Flamingo

📋 copy color: '#F93FFD'

red 249 ◦ green 63 ◦ blue 253

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

Shades of Pink Flamingo #F93FFD

Tints of Pink Flamingo #F93FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 11.15%

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

R = 44.07%
G = 11.15%
B = 44.78%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F93FFD (or 0xF93FFD) is known color: Pink Flamingo. HEX triplet: F9, 3F and FD. RGB value is (249,63,253). Sum of RGB (Red+Green+Blue) = 249+63+253=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 63 (25% from 255 or 11.15% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #F93FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93FFD is #06C002. Grayscale: #8B8B8B. Windows color (decimal): -442371 or 16596985. OLE color: 16596985.

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

Color convert

RGB 249 63 253 -
CMYK 0.02 0.75 0 0.01
HSL 298.74º 0.98% 0.62% -
HSV(B) 298.74º 0.75% 0.99% -
XYZ 58.57 30.79 95.78 -
YUV 140.27 191.62 205.55 -
System Red Green Blue C M Y K H S L
Decimal 249 63 253 0.02 0.75 0 0.01 298.74 0.98 0.62
Hex F9 3F FD 2 4B 0 1 12B 62 3E
Octal 371 77 375 2 113 0 1 453 142 76
Binary 11111001 111111 11111101 10 1001011 0 1 100101011 1100010 111110

Color Harmonies of #F93FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93FFD

Black with #F93FFD

Text Example


Text Example

White with #F93FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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