Html Css Color HEX #F13066 Radical Red

📋 copy color: '#F13066'

red 241 ◦ green 48 ◦ blue 102

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

Shades of Radical Red #F13066

Tints of Radical Red #F13066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.28%

 BLUE value IS 102 (40.23% from 255) = 26.09%

R = 61.64%
G = 12.28%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F13066 (or 0xF13066) is known color: Radical Red. HEX triplet: F1, 30 and 66. RGB value is (241,48,102). Sum of RGB (Red+Green+Blue) = 241+48+102=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F13066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13066 is #0ECF99. Grayscale: #6F6F6F. Windows color (decimal): -970650 or 6697201. OLE color: 6697201.

HSL color Cylindrical-coordinate representation of color #F13066: hue angle of 343.21º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F13066 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 102 -
CMYK 0 0.80 0.58 0.05
HSL 343.21º 0.87% 0.57% -
HSV(B) 343.21º 0.8% 0.95% -
XYZ 39.73 21.77 14.68 -
YUV 111.86 122.44 220.11 -
System Red Green Blue C M Y K H S L
Decimal 241 48 102 0 0.80 0.58 0.05 343.21 0.87 0.57
Hex F1 30 66 0 50 3A 5 157 57 39
Octal 361 60 146 0 120 72 5 527 127 71
Binary 11110001 110000 1100110 0 1010000 111010 101 101010111 1010111 111001

Color Harmonies of #F13066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13066

Black with #F13066

Text Example


Text Example

White with #F13066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13066; }

 p { color: rgb(241,48,102); }

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

background-color css

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

 a { background-color: rgb(241,48,102); }

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

border-color css

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

 span { border-color: rgb(241,48,102); }

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