Html Css Color HEX #F25358 Radical Red

📋 copy color: '#F25358'

red 242 ◦ green 83 ◦ blue 88

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

Shades of Radical Red #F25358

Tints of Radical Red #F25358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

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

R = 58.6%
G = 20.1%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F25358 (or 0xF25358) is known color: Radical Red. HEX triplet: F2, 53 and 58. RGB value is (242,83,88). Sum of RGB (Red+Green+Blue) = 242+83+88=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F25358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25358 is #0DACA7. Grayscale: #838383. Windows color (decimal): -896168 or 5788658. OLE color: 5788658.

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

Color convert

RGB 242 83 88 -
CMYK 0 0.66 0.64 0.05
HSL 358.11º 0.86% 0.64% -
HSV(B) 358.11º 0.66% 0.95% -
XYZ 41.47 25.77 12.02 -
YUV 131.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 242 83 88 0 0.66 0.64 0.05 358.11 0.86 0.64
Hex F2 53 58 0 42 40 5 166 56 40
Octal 362 123 130 0 102 100 5 546 126 100
Binary 11110010 1010011 1011000 0 1000010 1000000 101 101100110 1010110 1000000

Color Harmonies of #F25358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25358

Black with #F25358

Text Example


Text Example

White with #F25358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25358; }

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

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

background-color css

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

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

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

border-color css

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

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

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