Html Css Color HEX #FD0A70 Razzmatazz

📋 copy color: '#FD0A70'

red 253 ◦ green 10 ◦ blue 112

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

Shades of Razzmatazz #FD0A70

Tints of Razzmatazz #FD0A70

RGB

 RED value IS 253 (99.22% from 255) = 67.47%

 GREEN value IS 10 (4.3% from 255) = 2.67%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 67.47%
G = 2.67%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD0A70 (or 0xFD0A70) is known color: Razzmatazz. HEX triplet: FD, 0A and 70. RGB value is (253,10,112). Sum of RGB (Red+Green+Blue) = 253+10+112=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0A70 is #02F58F. Grayscale: #5E5E5E. Windows color (decimal): -193936 or 7342845. OLE color: 7342845.

HSL color Cylindrical-coordinate representation of color #FD0A70: hue angle of 334.81º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0A70 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 10 112 -
CMYK 0 0.96 0.56 0.01
HSL 334.81º 0.98% 0.52% -
HSV(B) 334.81º 0.96% 0.99% -
XYZ 43.54 22.27 17.33 -
YUV 94.29 138.01 241.21 -
System Red Green Blue C M Y K H S L
Decimal 253 10 112 0 0.96 0.56 0.01 334.81 0.98 0.52
Hex FD A 70 0 60 38 1 14F 62 34
Octal 375 12 160 0 140 70 1 517 142 64
Binary 11111101 1010 1110000 0 1100000 111000 1 101001111 1100010 110100

Color Harmonies of #FD0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0A70

Black with #FD0A70

Text Example


Text Example

White with #FD0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0A70; }

 p { color: rgb(253,10,112); }

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

background-color css

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

 a { background-color: rgb(253,10,112); }

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

border-color css

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

 span { border-color: rgb(253,10,112); }

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