Html Css Color HEX #F93DFA Pink Flamingo

📋 copy color: '#F93DFA'

red 249 ◦ green 61 ◦ blue 250

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

Shades of Pink Flamingo #F93DFA

Tints of Pink Flamingo #F93DFA

RGB

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

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

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

R = 44.46%
G = 10.89%
B = 44.64%

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

#F93DFA (or 0xF93DFA) is known color: Pink Flamingo. HEX triplet: F9, 3D and FA. RGB value is (249,61,250). Sum of RGB (Red+Green+Blue) = 249+61+250=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 61 (24.22% from 255 or 10.89% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #F93DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93DFA is #06C205. Grayscale: #8A8A8A. Windows color (decimal): -442886 or 16399865. OLE color: 16399865.

HSL color Cylindrical-coordinate representation of color #F93DFA: 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 #F93DFA is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 61 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.99 30.38 93.25 -
YUV 138.76 190.78 206.63 -
System Red Green Blue C M Y K H S L
Decimal 249 61 250 0.00 0.76 0 0.02 299.68 0.95 0.61
Hex F9 3D FA 0 4C 0 2 12C 5F 3D
Octal 371 75 372 0 114 0 2 454 137 75
Binary 11111001 111101 11111010 0 1001100 0 10 100101100 1011111 111101

Color Harmonies of #F93DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93DFA

Black with #F93DFA

Text Example


Text Example

White with #F93DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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