Html Css Color HEX #F93CFA Pink Flamingo

📋 copy color: '#F93CFA'

red 249 ◦ green 60 ◦ blue 250

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

Shades of Pink Flamingo #F93CFA

Tints of Pink Flamingo #F93CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 44.54%
G = 10.73%
B = 44.72%

CMYK

 C value IS 0.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F93CFA (or 0xF93CFA) is known color: Pink Flamingo. HEX triplet: F9, 3C and FA. RGB value is (249,60,250). Sum of RGB (Red+Green+Blue) = 249+60+250=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 60 (23.83% from 255 or 10.73% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #F93CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93CFA is #06C305. Grayscale: #898989. Windows color (decimal): -443142 or 16399609. OLE color: 16399609.

HSL color Cylindrical-coordinate representation of color #F93CFA: hue angle of 299.68º degrees, saturation: 0.95, 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 #F93CFA is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 60 250 -
CMYK 0.00 0.76 0 0.02
HSL 299.68º 0.95% 0.61% -
HSV(B) 299.68º 0.76% 0.98% -
XYZ 57.94 30.27 93.23 -
YUV 138.17 191.12 207.05 -
System Red Green Blue C M Y K H S L
Decimal 249 60 250 0.00 0.76 0 0.02 299.68 0.95 0.61
Hex F9 3C FA 0 4C 0 2 12C 5F 3D
Octal 371 74 372 0 114 0 2 454 137 75
Binary 11111001 111100 11111010 0 1001100 0 10 100101100 1011111 111101

Color Harmonies of #F93CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93CFA

Black with #F93CFA

Text Example


Text Example

White with #F93CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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