Html Css Color HEX #F00257 Razzmatazz

📋 copy color: '#F00257'

red 240 ◦ green 2 ◦ blue 87

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

Shades of Razzmatazz #F00257

Tints of Razzmatazz #F00257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 87 (34.38% from 255) = 26.44%

R = 72.95%
G = 0.61%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F00257 (or 0xF00257) is known color: Razzmatazz. HEX triplet: F0, 02 and 57. RGB value is (240,2,87). Sum of RGB (Red+Green+Blue) = 240+2+87=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F00257 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00257 is #0FFDA8. Grayscale: #525252. Windows color (decimal): -1047977 or 5702384. OLE color: 5702384.

HSL color Cylindrical-coordinate representation of color #F00257: hue angle of 338.57º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00257 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 87 -
CMYK 0 0.99 0.64 0.06
HSL 338.57º 0.98% 0.47% -
HSV(B) 338.57º 0.99% 0.94% -
XYZ 37.68 19.26 10.75 -
YUV 82.85 130.35 240.09 -
System Red Green Blue C M Y K H S L
Decimal 240 2 87 0 0.99 0.64 0.06 338.57 0.98 0.47
Hex F0 2 57 0 63 40 6 153 62 2F
Octal 360 2 127 0 143 100 6 523 142 57
Binary 11110000 10 1010111 0 1100011 1000000 110 101010011 1100010 101111

Color Harmonies of #F00257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00257

Black with #F00257

Text Example


Text Example

White with #F00257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00257; }

 p { color: rgb(240,2,87); }

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

background-color css

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

 a { background-color: rgb(240,2,87); }

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

border-color css

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

 span { border-color: rgb(240,2,87); }

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