Html Css Color HEX #F21975 Ruby

📋 copy color: '#F21975'

red 242 ◦ green 25 ◦ blue 117

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

Shades of Ruby #F21975

Tints of Ruby #F21975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 63.02%
G = 6.51%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F21975 (or 0xF21975) is known color: Ruby. HEX triplet: F2, 19 and 75. RGB value is (242,25,117). Sum of RGB (Red+Green+Blue) = 242+25+117=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F21975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21975 is #0DE68A. Grayscale: #646464. Windows color (decimal): -910987 or 7674354. OLE color: 7674354.

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

Color convert

RGB 242 25 117 -
CMYK 0 0.90 0.52 0.05
HSL 334.56º 0.89% 0.52% -
HSV(B) 334.56º 0.9% 0.95% -
XYZ 40.18 20.86 18.74 -
YUV 100.37 137.39 229.02 -
System Red Green Blue C M Y K H S L
Decimal 242 25 117 0 0.90 0.52 0.05 334.56 0.89 0.52
Hex F2 19 75 0 5A 34 5 14F 59 34
Octal 362 31 165 0 132 64 5 517 131 64
Binary 11110010 11001 1110101 0 1011010 110100 101 101001111 1011001 110100

Color Harmonies of #F21975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21975

Black with #F21975

Text Example


Text Example

White with #F21975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21975; }

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

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

background-color css

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

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

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

border-color css

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

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

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