Html Css Color HEX #F23260 Radical Red

📋 copy color: '#F23260'

red 242 ◦ green 50 ◦ blue 96

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

Shades of Radical Red #F23260

Tints of Radical Red #F23260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.89%

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 62.37%
G = 12.89%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F23260 (or 0xF23260) is known color: Radical Red. HEX triplet: F2, 32 and 60. RGB value is (242,50,96). Sum of RGB (Red+Green+Blue) = 242+50+96=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F23260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23260 is #0DCD9F. Grayscale: #707070. Windows color (decimal): -904608 or 6304498. OLE color: 6304498.

HSL color Cylindrical-coordinate representation of color #F23260: hue angle of 345.62º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23260 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 50 96 -
CMYK 0 0.79 0.60 0.05
HSL 345.63º 0.88% 0.57% -
HSV(B) 345.63º 0.79% 0.95% -
XYZ 39.87 22 13.21 -
YUV 112.65 118.61 220.26 -
System Red Green Blue C M Y K H S L
Decimal 242 50 96 0 0.79 0.60 0.05 345.63 0.88 0.57
Hex F2 32 60 0 4F 3C 5 15A 58 39
Octal 362 62 140 0 117 74 5 532 130 71
Binary 11110010 110010 1100000 0 1001111 111100 101 101011010 1011000 111001

Color Harmonies of #F23260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23260

Black with #F23260

Text Example


Text Example

White with #F23260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23260; }

 p { color: rgb(242,50,96); }

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

background-color css

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

 a { background-color: rgb(242,50,96); }

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

border-color css

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

 span { border-color: rgb(242,50,96); }

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