Html Css Color HEX #F80F6B Razzmatazz

📋 copy color: '#F80F6B'

red 248 ◦ green 15 ◦ blue 107

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

Shades of Razzmatazz #F80F6B

Tints of Razzmatazz #F80F6B

RGB

 RED value IS 248 (97.27% from 255) = 67.03%

 GREEN value IS 15 (6.25% from 255) = 4.05%

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

R = 67.03%
G = 4.05%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F80F6B (or 0xF80F6B) is known color: Razzmatazz. HEX triplet: F8, 0F and 6B. RGB value is (248,15,107). Sum of RGB (Red+Green+Blue) = 248+15+107=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80F6B is #07F094. Grayscale: #5F5F5F. Windows color (decimal): -520341 or 7016440. OLE color: 7016440.

HSL color Cylindrical-coordinate representation of color #F80F6B: hue angle of 336.31º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80F6B is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 15 107 -
CMYK 0 0.94 0.57 0.03
HSL 336.31º 0.94% 0.52% -
HSV(B) 336.31º 0.94% 0.97% -
XYZ 41.54 21.36 15.84 -
YUV 95.16 134.69 237.02 -
System Red Green Blue C M Y K H S L
Decimal 248 15 107 0 0.94 0.57 0.03 336.31 0.94 0.52
Hex F8 F 6B 0 5E 39 3 150 5E 34
Octal 370 17 153 0 136 71 3 520 136 64
Binary 11111000 1111 1101011 0 1011110 111001 11 101010000 1011110 110100

Color Harmonies of #F80F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80F6B

Black with #F80F6B

Text Example


Text Example

White with #F80F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80F6B; }

 p { color: rgb(248,15,107); }

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

background-color css

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

 a { background-color: rgb(248,15,107); }

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

border-color css

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

 span { border-color: rgb(248,15,107); }

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