Html Css Color HEX #F2305A Radical Red

📋 copy color: '#F2305A'

red 242 ◦ green 48 ◦ blue 90

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

Shades of Radical Red #F2305A

Tints of Radical Red #F2305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 63.68%
G = 12.63%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2305A (or 0xF2305A) is known color: Radical Red. HEX triplet: F2, 30 and 5A. RGB value is (242,48,90). Sum of RGB (Red+Green+Blue) = 242+48+90=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F2305A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2305A is #0DCFA5. Grayscale: #6E6E6E. Windows color (decimal): -905126 or 5910770. OLE color: 5910770.

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

Color convert

RGB 242 48 90 -
CMYK 0 0.80 0.63 0.05
HSL 347.01º 0.88% 0.57% -
HSV(B) 347.01º 0.8% 0.95% -
XYZ 39.52 21.73 11.78 -
YUV 110.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 242 48 90 0 0.80 0.63 0.05 347.01 0.88 0.57
Hex F2 30 5A 0 50 3F 5 15B 58 39
Octal 362 60 132 0 120 77 5 533 130 71
Binary 11110010 110000 1011010 0 1010000 111111 101 101011011 1011000 111001

Color Harmonies of #F2305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2305A

Black with #F2305A

Text Example


Text Example

White with #F2305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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