Html Css Color HEX #F93CFC Pink Flamingo

📋 copy color: '#F93CFC'

red 249 ◦ green 60 ◦ blue 252

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

Shades of Pink Flamingo #F93CFC

Tints of Pink Flamingo #F93CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.7%

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 44.39%
G = 10.7%
B = 44.92%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F93CFC (or 0xF93CFC) is known color: Pink Flamingo. HEX triplet: F9, 3C and FC. RGB value is (249,60,252). Sum of RGB (Red+Green+Blue) = 249+60+252=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 60 (23.83% from 255 or 10.70% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #F93CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93CFC is #06C303. Grayscale: #898989. Windows color (decimal): -443140 or 16530681. OLE color: 16530681.

HSL color Cylindrical-coordinate representation of color #F93CFC: hue angle of 299.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93CFC is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 60 252 -
CMYK 0.01 0.76 0 0.01
HSL 299.06º 0.97% 0.61% -
HSV(B) 299.06º 0.76% 0.99% -
XYZ 58.25 30.4 94.89 -
YUV 138.4 192.12 206.89 -
System Red Green Blue C M Y K H S L
Decimal 249 60 252 0.01 0.76 0 0.01 299.06 0.97 0.61
Hex F9 3C FC 1 4C 0 1 12B 61 3D
Octal 371 74 374 1 114 0 1 453 141 75
Binary 11111001 111100 11111100 1 1001100 0 1 100101011 1100001 111101

Color Harmonies of #F93CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93CFC

Black with #F93CFC

Text Example


Text Example

White with #F93CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93CFC; }

 p { color: rgb(249,60,252); }

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

background-color css

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

 a { background-color: rgb(249,60,252); }

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

border-color css

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

 span { border-color: rgb(249,60,252); }

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