Html Css Color HEX #FF235C Radical Red

📋 copy color: '#FF235C'

red 255 ◦ green 35 ◦ blue 92

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

Shades of Radical Red #FF235C

Tints of Radical Red #FF235C

RGB

 RED value IS 255 (100% from 255) = 66.75%

 GREEN value IS 35 (14.06% from 255) = 9.16%

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 66.75%
G = 9.16%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF235C (or 0xFF235C) is known color: Radical Red. HEX triplet: FF, 23 and 5C. RGB value is (255,35,92). Sum of RGB (Red+Green+Blue) = 255+35+92=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF235C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF235C is #00DCA3. Grayscale: #6B6B6B. Windows color (decimal): -56484 or 6038527. OLE color: 6038527.

HSL color Cylindrical-coordinate representation of color #FF235C: hue angle of 344.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF235C is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 35 92 -
CMYK 0 0.86 0.64 0
HSL 344.45º 1% 0.57% -
HSV(B) 344.45º 0.86% 1% -
XYZ 43.77 23.23 12.3 -
YUV 107.28 119.39 233.37 -
System Red Green Blue C M Y K H S L
Decimal 255 35 92 0 0.86 0.64 0 344.45 1 0.57
Hex FF 23 5C 0 56 40 0 158 64 39
Octal 377 43 134 0 126 100 0 530 144 71
Binary 11111111 100011 1011100 0 1010110 1000000 0 101011000 1100100 111001

Color Harmonies of #FF235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF235C

Black with #FF235C

Text Example


Text Example

White with #FF235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF235C; }

 p { color: rgb(255,35,92); }

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

background-color css

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

 a { background-color: rgb(255,35,92); }

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

border-color css

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

 span { border-color: rgb(255,35,92); }

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