Html Css Color HEX #F23B5A Radical Red

📋 copy color: '#F23B5A'

red 242 ◦ green 59 ◦ blue 90

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

Shades of Radical Red #F23B5A

Tints of Radical Red #F23B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.09%

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

R = 61.89%
G = 15.09%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F23B5A (or 0xF23B5A) is known color: Radical Red. HEX triplet: F2, 3B and 5A. RGB value is (242,59,90). Sum of RGB (Red+Green+Blue) = 242+59+90=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23B5A is #0DC4A5. Grayscale: #757575. Windows color (decimal): -902310 or 5913586. OLE color: 5913586.

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

Color convert

RGB 242 59 90 -
CMYK 0 0.76 0.63 0.05
HSL 349.84º 0.88% 0.59% -
HSV(B) 349.84º 0.76% 0.95% -
XYZ 40.03 22.74 11.95 -
YUV 117.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 242 59 90 0 0.76 0.63 0.05 349.84 0.88 0.59
Hex F2 3B 5A 0 4C 3F 5 15E 58 3B
Octal 362 73 132 0 114 77 5 536 130 73
Binary 11110010 111011 1011010 0 1001100 111111 101 101011110 1011000 111011

Color Harmonies of #F23B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B5A

Black with #F23B5A

Text Example


Text Example

White with #F23B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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