Html Css Color HEX #F21960 Ruby

📋 copy color: '#F21960'

red 242 ◦ green 25 ◦ blue 96

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

Shades of Ruby #F21960

Tints of Ruby #F21960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.89%

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

R = 66.67%
G = 6.89%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F21960 (or 0xF21960) is known color: Ruby. HEX triplet: F2, 19 and 60. RGB value is (242,25,96). Sum of RGB (Red+Green+Blue) = 242+25+96=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F21960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21960 is #0DE69F. Grayscale: #616161. Windows color (decimal): -911008 or 6298098. OLE color: 6298098.

HSL color Cylindrical-coordinate representation of color #F21960: hue angle of 340.37º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21960 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 96 -
CMYK 0 0.90 0.60 0.05
HSL 340.37º 0.89% 0.52% -
HSV(B) 340.37º 0.9% 0.95% -
XYZ 39.08 20.42 12.95 -
YUV 97.98 126.89 230.73 -
System Red Green Blue C M Y K H S L
Decimal 242 25 96 0 0.90 0.60 0.05 340.37 0.89 0.52
Hex F2 19 60 0 5A 3C 5 154 59 34
Octal 362 31 140 0 132 74 5 524 131 64
Binary 11110010 11001 1100000 0 1011010 111100 101 101010100 1011001 110100

Color Harmonies of #F21960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21960

Black with #F21960

Text Example


Text Example

White with #F21960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21960; }

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

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

background-color css

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

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

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

border-color css

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

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

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