Html Css Color HEX #F13DFE Pink Flamingo

📋 copy color: '#F13DFE'

red 241 ◦ green 61 ◦ blue 254

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

Shades of Pink Flamingo #F13DFE

Tints of Pink Flamingo #F13DFE

RGB

 RED value IS 241 (94.53% from 255) = 43.35%

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

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

R = 43.35%
G = 10.97%
B = 45.68%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F13DFE (or 0xF13DFE) is known color: Pink Flamingo. HEX triplet: F1, 3D and FE. RGB value is (241,61,254). Sum of RGB (Red+Green+Blue) = 241+61+254=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 61 (24.22% from 255 or 10.97% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #F13DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13DFE is #0EC201. Grayscale: #888888. Windows color (decimal): -967170 or 16662001. OLE color: 16662001.

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

Color convert

RGB 241 61 254 -
CMYK 0.05 0.76 0 0.00
HSL 295.96º 0.99% 0.62% -
HSV(B) 295.96º 0.76% 1% -
XYZ 55.83 29.19 96.46 -
YUV 136.82 194.13 202.31 -
System Red Green Blue C M Y K H S L
Decimal 241 61 254 0.05 0.76 0 0.00 295.96 0.99 0.62
Hex F1 3D FE 5 4C 0 0 128 63 3E
Octal 361 75 376 5 114 0 0 450 143 76
Binary 11110001 111101 11111110 101 1001100 0 0 100101000 1100011 111110

Color Harmonies of #F13DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13DFE

Black with #F13DFE

Text Example


Text Example

White with #F13DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13DFE; }

 p { color: rgb(241,61,254); }

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

background-color css

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

 a { background-color: rgb(241,61,254); }

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

border-color css

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

 span { border-color: rgb(241,61,254); }

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