Html Css Color HEX #F61262 Razzmatazz

📋 copy color: '#F61262'

red 246 ◦ green 18 ◦ blue 98

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

Shades of Razzmatazz #F61262

Tints of Razzmatazz #F61262

RGB

 RED value IS 246 (96.48% from 255) = 67.96%

 GREEN value IS 18 (7.42% from 255) = 4.97%

 BLUE value IS 98 (38.67% from 255) = 27.07%

R = 67.96%
G = 4.97%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F61262 (or 0xF61262) is known color: Razzmatazz. HEX triplet: F6, 12 and 62. RGB value is (246,18,98). Sum of RGB (Red+Green+Blue) = 246+18+98=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F61262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61262 is #09ED9D. Grayscale: #5F5F5F. Windows color (decimal): -650654 or 6427382. OLE color: 6427382.

HSL color Cylindrical-coordinate representation of color #F61262: hue angle of 338.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61262 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 18 98 -
CMYK 0 0.93 0.60 0.04
HSL 338.95º 0.93% 0.52% -
HSV(B) 338.95º 0.93% 0.96% -
XYZ 40.43 20.91 13.46 -
YUV 95.29 129.54 235.5 -
System Red Green Blue C M Y K H S L
Decimal 246 18 98 0 0.93 0.60 0.04 338.95 0.93 0.52
Hex F6 12 62 0 5D 3C 4 153 5D 34
Octal 366 22 142 0 135 74 4 523 135 64
Binary 11110110 10010 1100010 0 1011101 111100 100 101010011 1011101 110100

Color Harmonies of #F61262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61262

Black with #F61262

Text Example


Text Example

White with #F61262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61262; }

 p { color: rgb(246,18,98); }

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

background-color css

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

 a { background-color: rgb(246,18,98); }

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

border-color css

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

 span { border-color: rgb(246,18,98); }

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