Html Css Color HEX #FD065C Razzmatazz

📋 copy color: '#FD065C'

red 253 ◦ green 6 ◦ blue 92

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

Shades of Razzmatazz #FD065C

Tints of Razzmatazz #FD065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

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

R = 72.08%
G = 1.71%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD065C (or 0xFD065C) is known color: Razzmatazz. HEX triplet: FD, 06 and 5C. RGB value is (253,6,92). Sum of RGB (Red+Green+Blue) = 253+6+92=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD065C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD065C is #02F9A3. Grayscale: #595959. Windows color (decimal): -194980 or 6031101. OLE color: 6031101.

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

Color convert

RGB 253 6 92 -
CMYK 0 0.98 0.64 0.01
HSL 339.11º 0.98% 0.51% -
HSV(B) 339.11º 0.98% 0.99% -
XYZ 42.5 21.79 12.09 -
YUV 89.66 129.33 244.51 -
System Red Green Blue C M Y K H S L
Decimal 253 6 92 0 0.98 0.64 0.01 339.11 0.98 0.51
Hex FD 6 5C 0 62 40 1 153 62 33
Octal 375 6 134 0 142 100 1 523 142 63
Binary 11111101 110 1011100 0 1100010 1000000 1 101010011 1100010 110011

Color Harmonies of #FD065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD065C

Black with #FD065C

Text Example


Text Example

White with #FD065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD065C; }

 p { color: rgb(253,6,92); }

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

background-color css

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

 a { background-color: rgb(253,6,92); }

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

border-color css

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

 span { border-color: rgb(253,6,92); }

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