Html Css Color HEX #F23560 Radical Red

📋 copy color: '#F23560'

red 242 ◦ green 53 ◦ blue 96

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

Shades of Radical Red #F23560

Tints of Radical Red #F23560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.55%

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

R = 61.89%
G = 13.55%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F23560 (or 0xF23560) is known color: Radical Red. HEX triplet: F2, 35 and 60. RGB value is (242,53,96). Sum of RGB (Red+Green+Blue) = 242+53+96=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F23560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23560 is #0DCA9F. Grayscale: #727272. Windows color (decimal): -903840 or 6305266. OLE color: 6305266.

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

Color convert

RGB 242 53 96 -
CMYK 0 0.78 0.60 0.05
HSL 346.35º 0.88% 0.58% -
HSV(B) 346.35º 0.78% 0.95% -
XYZ 40 22.27 13.26 -
YUV 114.41 117.62 219 -
System Red Green Blue C M Y K H S L
Decimal 242 53 96 0 0.78 0.60 0.05 346.35 0.88 0.58
Hex F2 35 60 0 4E 3C 5 15A 58 3A
Octal 362 65 140 0 116 74 5 532 130 72
Binary 11110010 110101 1100000 0 1001110 111100 101 101011010 1011000 111010

Color Harmonies of #F23560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23560

Black with #F23560

Text Example


Text Example

White with #F23560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23560; }

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

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

background-color css

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

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

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

border-color css

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

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

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