Html Css Color HEX #F13CFF Pink Flamingo

📋 copy color: '#F13CFF'

red 241 ◦ green 60 ◦ blue 255

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

Shades of Pink Flamingo #F13CFF

Tints of Pink Flamingo #F13CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.79%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 43.35%
G = 10.79%
B = 45.86%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F13CFF (or 0xF13CFF) is known color: Pink Flamingo. HEX triplet: F1, 3C and FF. RGB value is (241,60,255). Sum of RGB (Red+Green+Blue) = 241+60+255=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 60 (23.83% from 255 or 10.79% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #F13CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13CFF is #0EC300. Grayscale: #878787. Windows color (decimal): -967425 or 16727281. OLE color: 16727281.

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

Color convert

RGB 241 60 255 -
CMYK 0.05 0.76 0 0
HSL 295.69º 1% 0.62% -
HSV(B) 295.69º 0.76% 1% -
XYZ 55.94 29.15 97.29 -
YUV 136.35 194.97 202.64 -
System Red Green Blue C M Y K H S L
Decimal 241 60 255 0.05 0.76 0 0 295.69 1 0.62
Hex F1 3C FF 5 4C 0 0 128 64 3E
Octal 361 74 377 5 114 0 0 450 144 76
Binary 11110001 111100 11111111 101 1001100 0 0 100101000 1100100 111110

Color Harmonies of #F13CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13CFF

Black with #F13CFF

Text Example


Text Example

White with #F13CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13CFF; }

 p { color: rgb(241,60,255); }

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

background-color css

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

 a { background-color: rgb(241,60,255); }

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

border-color css

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

 span { border-color: rgb(241,60,255); }

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