Html Css Color HEX #F935FA Pink Flamingo

📋 copy color: '#F935FA'

red 249 ◦ green 53 ◦ blue 250

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

Shades of Pink Flamingo #F935FA

Tints of Pink Flamingo #F935FA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.6%

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

R = 45.11%
G = 9.6%
B = 45.29%

CMYK

 C value IS 0.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F935FA (or 0xF935FA) is known color: Pink Flamingo. HEX triplet: F9, 35 and FA. RGB value is (249,53,250). Sum of RGB (Red+Green+Blue) = 249+53+250=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 53 (21.09% from 255 or 9.60% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #F935FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F935FA is #06CA05. Grayscale: #858585. Windows color (decimal): -444934 or 16397817. OLE color: 16397817.

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

Color convert

RGB 249 53 250 -
CMYK 0.00 0.79 0 0.02
HSL 299.7º 0.95% 0.59% -
HSV(B) 299.7º 0.79% 0.98% -
XYZ 57.6 29.59 93.12 -
YUV 134.06 193.43 209.98 -
System Red Green Blue C M Y K H S L
Decimal 249 53 250 0.00 0.79 0 0.02 299.7 0.95 0.59
Hex F9 35 FA 0 4F 0 2 12C 5F 3B
Octal 371 65 372 0 117 0 2 454 137 73
Binary 11111001 110101 11111010 0 1001111 0 10 100101100 1011111 111011

Color Harmonies of #F935FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F935FA

Black with #F935FA

Text Example


Text Example

White with #F935FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F935FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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