Html Css Color HEX #F538FA Pink Flamingo

📋 copy color: '#F538FA'

red 245 ◦ green 56 ◦ blue 250

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

Shades of Pink Flamingo #F538FA

Tints of Pink Flamingo #F538FA

RGB

 RED value IS 245 (96.09% from 255) = 44.46%

 GREEN value IS 56 (22.27% from 255) = 10.16%

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

R = 44.46%
G = 10.16%
B = 45.37%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F538FA (or 0xF538FA) is known color: Pink Flamingo. HEX triplet: F5, 38 and FA. RGB value is (245,56,250). Sum of RGB (Red+Green+Blue) = 245+56+250=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 56 (22.27% from 255 or 10.16% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #F538FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F538FA is #0AC705. Grayscale: #868686. Windows color (decimal): -706310 or 16398581. OLE color: 16398581.

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

Color convert

RGB 245 56 250 -
CMYK 0.02 0.78 0 0.02
HSL 298.45º 0.95% 0.6% -
HSV(B) 298.45º 0.78% 0.98% -
XYZ 56.33 29.14 93.1 -
YUV 134.63 193.12 206.73 -
System Red Green Blue C M Y K H S L
Decimal 245 56 250 0.02 0.78 0 0.02 298.45 0.95 0.6
Hex F5 38 FA 2 4E 0 2 12A 5F 3C
Octal 365 70 372 2 116 0 2 452 137 74
Binary 11110101 111000 11111010 10 1001110 0 10 100101010 1011111 111100

Color Harmonies of #F538FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F538FA

Black with #F538FA

Text Example


Text Example

White with #F538FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F538FA; }

 p { color: rgb(245,56,250); }

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

background-color css

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

 a { background-color: rgb(245,56,250); }

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

border-color css

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

 span { border-color: rgb(245,56,250); }

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