Html Css Color HEX #F25056 Radical Red

📋 copy color: '#F25056'

red 242 ◦ green 80 ◦ blue 86

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

Shades of Radical Red #F25056

Tints of Radical Red #F25056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 59.31%
G = 19.61%
B = 21.08%

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

#F25056 (or 0xF25056) is known color: Radical Red. HEX triplet: F2, 50 and 56. RGB value is (242,80,86). Sum of RGB (Red+Green+Blue) = 242+80+86=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F25056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25056 is #0DAFA9. Grayscale: #818181. Windows color (decimal): -896938 or 5656818. OLE color: 5656818.

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

Color convert

RGB 242 80 86 -
CMYK 0 0.67 0.64 0.05
HSL 357.78º 0.86% 0.63% -
HSV(B) 357.78º 0.67% 0.95% -
XYZ 41.17 25.29 11.52 -
YUV 129.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 242 80 86 0 0.67 0.64 0.05 357.78 0.86 0.63
Hex F2 50 56 0 43 40 5 166 56 3F
Octal 362 120 126 0 103 100 5 546 126 77
Binary 11110010 1010000 1010110 0 1000011 1000000 101 101100110 1010110 111111

Color Harmonies of #F25056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25056

Black with #F25056

Text Example


Text Example

White with #F25056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25056; }

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

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

background-color css

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

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

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

border-color css

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

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

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