Html Css Color HEX #F538FE Pink Flamingo

📋 copy color: '#F538FE'

red 245 ◦ green 56 ◦ blue 254

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

Shades of Pink Flamingo #F538FE

Tints of Pink Flamingo #F538FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.77%

R = 44.14%
G = 10.09%
B = 45.77%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F538FE (or 0xF538FE) is known color: Pink Flamingo. HEX triplet: F5, 38 and FE. RGB value is (245,56,254). Sum of RGB (Red+Green+Blue) = 245+56+254=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 56 (22.27% from 255 or 10.09% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #F538FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F538FE is #0AC701. Grayscale: #868686. Windows color (decimal): -706306 or 16660725. OLE color: 16660725.

HSL color Cylindrical-coordinate representation of color #F538FE: hue angle of 297.27º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F538FE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 56 254 -
CMYK 0.04 0.78 0 0.00
HSL 297.27º 0.99% 0.61% -
HSV(B) 297.27º 0.78% 1% -
XYZ 56.96 29.4 96.44 -
YUV 135.08 195.12 206.4 -
System Red Green Blue C M Y K H S L
Decimal 245 56 254 0.04 0.78 0 0.00 297.27 0.99 0.61
Hex F5 38 FE 4 4E 0 0 129 63 3D
Octal 365 70 376 4 116 0 0 451 143 75
Binary 11110101 111000 11111110 100 1001110 0 0 100101001 1100011 111101

Color Harmonies of #F538FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F538FE

Black with #F538FE

Text Example


Text Example

White with #F538FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F538FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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