Html Css Color HEX #F13DFF Pink Flamingo

📋 copy color: '#F13DFF'

red 241 ◦ green 61 ◦ blue 255

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

Shades of Pink Flamingo #F13DFF

Tints of Pink Flamingo #F13DFF

RGB

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

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

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

R = 43.27%
G = 10.95%
B = 45.78%

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

#F13DFF (or 0xF13DFF) is known color: Pink Flamingo. HEX triplet: F1, 3D and FF. RGB value is (241,61,255). Sum of RGB (Red+Green+Blue) = 241+61+255=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 61 (24.22% from 255 or 10.95% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #F13DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13DFF is #0EC200. Grayscale: #888888. Windows color (decimal): -967169 or 16727537. OLE color: 16727537.

HSL color Cylindrical-coordinate representation of color #F13DFF: hue angle of 295.67º 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 #F13DFF is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 61 255 -
CMYK 0.05 0.76 0 0
HSL 295.67º 1% 0.62% -
HSV(B) 295.67º 0.76% 1% -
XYZ 55.99 29.26 97.3 -
YUV 136.94 194.63 202.23 -
System Red Green Blue C M Y K H S L
Decimal 241 61 255 0.05 0.76 0 0 295.67 1 0.62
Hex F1 3D FF 5 4C 0 0 128 64 3E
Octal 361 75 377 5 114 0 0 450 144 76
Binary 11110001 111101 11111111 101 1001100 0 0 100101000 1100100 111110

Color Harmonies of #F13DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13DFF

Black with #F13DFF

Text Example


Text Example

White with #F13DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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