Html Css Color HEX #F00268 Razzmatazz

📋 copy color: '#F00268'

red 240 ◦ green 2 ◦ blue 104

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

Shades of Razzmatazz #F00268

Tints of Razzmatazz #F00268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.06%

R = 69.36%
G = 0.58%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F00268 (or 0xF00268) is known color: Razzmatazz. HEX triplet: F0, 02 and 68. RGB value is (240,2,104). Sum of RGB (Red+Green+Blue) = 240+2+104=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F00268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00268 is #0FFD97. Grayscale: #545454. Windows color (decimal): -1047960 or 6816496. OLE color: 6816496.

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

Color convert

RGB 240 2 104 -
CMYK 0 0.99 0.57 0.06
HSL 334.29º 0.98% 0.47% -
HSV(B) 334.29º 0.99% 0.94% -
XYZ 38.46 19.57 14.85 -
YUV 84.79 138.85 238.71 -
System Red Green Blue C M Y K H S L
Decimal 240 2 104 0 0.99 0.57 0.06 334.29 0.98 0.47
Hex F0 2 68 0 63 39 6 14E 62 2F
Octal 360 2 150 0 143 71 6 516 142 57
Binary 11110000 10 1101000 0 1100011 111001 110 101001110 1100010 101111

Color Harmonies of #F00268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00268

Black with #F00268

Text Example


Text Example

White with #F00268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00268; }

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

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

background-color css

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

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

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

border-color css

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

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

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