Html Css Color HEX #F23257 Radical Red

📋 copy color: '#F23257'

red 242 ◦ green 50 ◦ blue 87

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

Shades of Radical Red #F23257

Tints of Radical Red #F23257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.96%

R = 63.85%
G = 13.19%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F23257 (or 0xF23257) is known color: Radical Red. HEX triplet: F2, 32 and 57. RGB value is (242,50,87). Sum of RGB (Red+Green+Blue) = 242+50+87=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F23257 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23257 is #0DCDA8. Grayscale: #6F6F6F. Windows color (decimal): -904617 or 5714674. OLE color: 5714674.

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

Color convert

RGB 242 50 87 -
CMYK 0 0.79 0.64 0.05
HSL 348.44º 0.88% 0.57% -
HSV(B) 348.44º 0.79% 0.95% -
XYZ 39.48 21.85 11.15 -
YUV 111.63 114.11 220.99 -
System Red Green Blue C M Y K H S L
Decimal 242 50 87 0 0.79 0.64 0.05 348.44 0.88 0.57
Hex F2 32 57 0 4F 40 5 15C 58 39
Octal 362 62 127 0 117 100 5 534 130 71
Binary 11110010 110010 1010111 0 1001111 1000000 101 101011100 1011000 111001

Color Harmonies of #F23257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23257

Black with #F23257

Text Example


Text Example

White with #F23257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23257; }

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

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

background-color css

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

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

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

border-color css

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

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

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