Html Css Color HEX #F61269 Razzmatazz

📋 copy color: '#F61269'

red 246 ◦ green 18 ◦ blue 105

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

Shades of Razzmatazz #F61269

Tints of Razzmatazz #F61269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.46%

R = 66.67%
G = 4.88%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F61269 (or 0xF61269) is known color: Razzmatazz. HEX triplet: F6, 12 and 69. RGB value is (246,18,105). Sum of RGB (Red+Green+Blue) = 246+18+105=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F61269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61269 is #09ED96. Grayscale: #5F5F5F. Windows color (decimal): -650647 or 6886134. OLE color: 6886134.

HSL color Cylindrical-coordinate representation of color #F61269: hue angle of 337.11º 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 #F61269 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 18 105 -
CMYK 0 0.93 0.57 0.04
HSL 337.11º 0.93% 0.52% -
HSV(B) 337.11º 0.93% 0.96% -
XYZ 40.77 21.05 15.28 -
YUV 96.09 133.04 234.93 -
System Red Green Blue C M Y K H S L
Decimal 246 18 105 0 0.93 0.57 0.04 337.11 0.93 0.52
Hex F6 12 69 0 5D 39 4 151 5D 34
Octal 366 22 151 0 135 71 4 521 135 64
Binary 11110110 10010 1101001 0 1011101 111001 100 101010001 1011101 110100

Color Harmonies of #F61269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61269

Black with #F61269

Text Example


Text Example

White with #F61269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61269; }

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

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

background-color css

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

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

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

border-color css

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

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

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