Html Css Color HEX #F23B5B Radical Red

📋 copy color: '#F23B5B'

red 242 ◦ green 59 ◦ blue 91

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

Shades of Radical Red #F23B5B

Tints of Radical Red #F23B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.21%

R = 61.73%
G = 15.05%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F23B5B (or 0xF23B5B) is known color: Radical Red. HEX triplet: F2, 3B and 5B. RGB value is (242,59,91). Sum of RGB (Red+Green+Blue) = 242+59+91=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23B5B is #0DC4A4. Grayscale: #757575. Windows color (decimal): -902309 or 5979122. OLE color: 5979122.

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

Color convert

RGB 242 59 91 -
CMYK 0 0.76 0.62 0.05
HSL 349.51º 0.88% 0.59% -
HSV(B) 349.51º 0.76% 0.95% -
XYZ 40.07 22.76 12.18 -
YUV 117.37 113.13 216.9 -
System Red Green Blue C M Y K H S L
Decimal 242 59 91 0 0.76 0.62 0.05 349.51 0.88 0.59
Hex F2 3B 5B 0 4C 3E 5 15E 58 3B
Octal 362 73 133 0 114 76 5 536 130 73
Binary 11110010 111011 1011011 0 1001100 111110 101 101011110 1011000 111011

Color Harmonies of #F23B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B5B

Black with #F23B5B

Text Example


Text Example

White with #F23B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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