Html Css Color HEX #F25058 Radical Red

📋 copy color: '#F25058'

red 242 ◦ green 80 ◦ blue 88

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

Shades of Radical Red #F25058

Tints of Radical Red #F25058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.51%

 BLUE value IS 88 (34.77% from 255) = 21.46%

R = 59.02%
G = 19.51%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F25058 (or 0xF25058) is known color: Radical Red. HEX triplet: F2, 50 and 58. RGB value is (242,80,88). Sum of RGB (Red+Green+Blue) = 242+80+88=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F25058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25058 is #0DAFA7. Grayscale: #818181. Windows color (decimal): -896936 or 5787890. OLE color: 5787890.

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

Color convert

RGB 242 80 88 -
CMYK 0 0.67 0.64 0.05
HSL 357.04º 0.86% 0.63% -
HSV(B) 357.04º 0.67% 0.95% -
XYZ 41.25 25.32 11.95 -
YUV 129.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 242 80 88 0 0.67 0.64 0.05 357.04 0.86 0.63
Hex F2 50 58 0 43 40 5 165 56 3F
Octal 362 120 130 0 103 100 5 545 126 77
Binary 11110010 1010000 1011000 0 1000011 1000000 101 101100101 1010110 111111

Color Harmonies of #F25058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25058

Black with #F25058

Text Example


Text Example

White with #F25058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25058; }

 p { color: rgb(242,80,88); }

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

background-color css

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

 a { background-color: rgb(242,80,88); }

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

border-color css

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

 span { border-color: rgb(242,80,88); }

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