Html Css Color HEX #F90B6B Razzmatazz

📋 copy color: '#F90B6B'

red 249 ◦ green 11 ◦ blue 107

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

Shades of Razzmatazz #F90B6B

Tints of Razzmatazz #F90B6B

RGB

 RED value IS 249 (97.66% from 255) = 67.85%

 GREEN value IS 11 (4.69% from 255) = 3%

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 67.85%
G = 3%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F90B6B (or 0xF90B6B) is known color: Razzmatazz. HEX triplet: F9, 0B and 6B. RGB value is (249,11,107). Sum of RGB (Red+Green+Blue) = 249+11+107=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90B6B is #06F494. Grayscale: #5C5C5C. Windows color (decimal): -455829 or 7015417. OLE color: 7015417.

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

Color convert

RGB 249 11 107 -
CMYK 0 0.96 0.57 0.02
HSL 335.8º 0.95% 0.51% -
HSV(B) 335.8º 0.96% 0.98% -
XYZ 41.84 21.44 15.84 -
YUV 93.11 135.85 239.19 -
System Red Green Blue C M Y K H S L
Decimal 249 11 107 0 0.96 0.57 0.02 335.8 0.95 0.51
Hex F9 B 6B 0 60 39 2 150 5F 33
Octal 371 13 153 0 140 71 2 520 137 63
Binary 11111001 1011 1101011 0 1100000 111001 10 101010000 1011111 110011

Color Harmonies of #F90B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B6B

Black with #F90B6B

Text Example


Text Example

White with #F90B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B6B; }

 p { color: rgb(249,11,107); }

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

background-color css

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

 a { background-color: rgb(249,11,107); }

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

border-color css

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

 span { border-color: rgb(249,11,107); }

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