Html Css Color HEX #F0125C Razzmatazz

📋 copy color: '#F0125C'

red 240 ◦ green 18 ◦ blue 92

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

Shades of Razzmatazz #F0125C

Tints of Razzmatazz #F0125C

RGB

 RED value IS 240 (94.14% from 255) = 68.57%

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

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

R = 68.57%
G = 5.14%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0125C (or 0xF0125C) is known color: Razzmatazz. HEX triplet: F0, 12 and 5C. RGB value is (240,18,92). Sum of RGB (Red+Green+Blue) = 240+18+92=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0125C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0125C is #0FEDA3. Grayscale: #5C5C5C. Windows color (decimal): -1043876 or 6034160. OLE color: 6034160.

HSL color Cylindrical-coordinate representation of color #F0125C: hue angle of 340º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0125C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 92 -
CMYK 0 0.92 0.62 0.06
HSL 340º 0.88% 0.51% -
HSV(B) 340º 0.93% 0.94% -
XYZ 38.08 19.73 11.93 -
YUV 92.81 127.55 232.98 -
System Red Green Blue C M Y K H S L
Decimal 240 18 92 0 0.92 0.62 0.06 340 0.88 0.51
Hex F0 12 5C 0 5C 3E 6 154 58 33
Octal 360 22 134 0 134 76 6 524 130 63
Binary 11110000 10010 1011100 0 1011100 111110 110 101010100 1011000 110011

Color Harmonies of #F0125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0125C

Black with #F0125C

Text Example


Text Example

White with #F0125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0125C; }

 p { color: rgb(240,18,92); }

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

background-color css

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

 a { background-color: rgb(240,18,92); }

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

border-color css

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

 span { border-color: rgb(240,18,92); }

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