Html Css Color HEX #F25152 Radical Red

📋 copy color: '#F25152'

red 242 ◦ green 81 ◦ blue 82

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

Shades of Radical Red #F25152

Tints of Radical Red #F25152

RGB

 RED value IS 242 (94.92% from 255) = 59.75%

 GREEN value IS 81 (32.03% from 255) = 20%

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 59.75%
G = 20%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F25152 (or 0xF25152) is known color: Radical Red. HEX triplet: F2, 51 and 52. RGB value is (242,81,82). Sum of RGB (Red+Green+Blue) = 242+81+82=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F25152 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25152 is #0DAEAD. Grayscale: #818181. Windows color (decimal): -896686 or 5394930. OLE color: 5394930.

HSL color Cylindrical-coordinate representation of color #F25152: hue angle of 359.63º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25152 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 81 82 -
CMYK 0 0.67 0.66 0.05
HSL 359.63º 0.86% 0.63% -
HSV(B) 359.63º 0.67% 0.95% -
XYZ 41.08 25.37 10.71 -
YUV 129.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 242 81 82 0 0.67 0.66 0.05 359.63 0.86 0.63
Hex F2 51 52 0 43 42 5 168 56 3F
Octal 362 121 122 0 103 102 5 550 126 77
Binary 11110010 1010001 1010010 0 1000011 1000010 101 101101000 1010110 111111

Color Harmonies of #F25152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25152

Black with #F25152

Text Example


Text Example

White with #F25152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25152; }

 p { color: rgb(242,81,82); }

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

background-color css

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

 a { background-color: rgb(242,81,82); }

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

border-color css

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

 span { border-color: rgb(242,81,82); }

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