Html Css Color HEX #F10375 Razzmatazz

📋 copy color: '#F10375'

red 241 ◦ green 3 ◦ blue 117

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

Shades of Razzmatazz #F10375

Tints of Razzmatazz #F10375

RGB

 RED value IS 241 (94.53% from 255) = 66.76%

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 66.76%
G = 0.83%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F10375 (or 0xF10375) is known color: Razzmatazz. HEX triplet: F1, 03 and 75. RGB value is (241,3,117). Sum of RGB (Red+Green+Blue) = 241+3+117=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F10375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10375 is #0EFC8A. Grayscale: #565656. Windows color (decimal): -982155 or 7668721. OLE color: 7668721.

HSL color Cylindrical-coordinate representation of color #F10375: hue angle of 331.26º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10375 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 3 117 -
CMYK 0 0.99 0.51 0.05
HSL 331.26º 0.98% 0.48% -
HSV(B) 331.26º 0.99% 0.95% -
XYZ 39.52 20.05 18.62 -
YUV 87.16 144.85 237.73 -
System Red Green Blue C M Y K H S L
Decimal 241 3 117 0 0.99 0.51 0.05 331.26 0.98 0.48
Hex F1 3 75 0 63 33 5 14B 62 30
Octal 361 3 165 0 143 63 5 513 142 60
Binary 11110001 11 1110101 0 1100011 110011 101 101001011 1100010 110000

Color Harmonies of #F10375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10375

Black with #F10375

Text Example


Text Example

White with #F10375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10375; }

 p { color: rgb(241,3,117); }

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

background-color css

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

 a { background-color: rgb(241,3,117); }

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

border-color css

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

 span { border-color: rgb(241,3,117); }

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