Html Css Color HEX #F2305F Radical Red

📋 copy color: '#F2305F'

red 242 ◦ green 48 ◦ blue 95

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

Shades of Radical Red #F2305F

Tints of Radical Red #F2305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 62.86%
G = 12.47%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2305F (or 0xF2305F) is known color: Radical Red. HEX triplet: F2, 30 and 5F. RGB value is (242,48,95). Sum of RGB (Red+Green+Blue) = 242+48+95=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2305F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2305F is #0DCFA0. Grayscale: #6F6F6F. Windows color (decimal): -905121 or 6238450. OLE color: 6238450.

HSL color Cylindrical-coordinate representation of color #F2305F: hue angle of 345.46º degrees, saturation: 0.88, 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 #F2305F is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 48 95 -
CMYK 0 0.80 0.61 0.05
HSL 345.46º 0.88% 0.57% -
HSV(B) 345.46º 0.8% 0.95% -
XYZ 39.74 21.82 12.94 -
YUV 111.36 118.77 221.18 -
System Red Green Blue C M Y K H S L
Decimal 242 48 95 0 0.80 0.61 0.05 345.46 0.88 0.57
Hex F2 30 5F 0 50 3D 5 159 58 39
Octal 362 60 137 0 120 75 5 531 130 71
Binary 11110010 110000 1011111 0 1010000 111101 101 101011001 1011000 111001

Color Harmonies of #F2305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2305F

Black with #F2305F

Text Example


Text Example

White with #F2305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2305F; }

 p { color: rgb(242,48,95); }

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

background-color css

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

 a { background-color: rgb(242,48,95); }

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

border-color css

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

 span { border-color: rgb(242,48,95); }

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