Html Css Color HEX #F04ABE Razzle Dazzle Rose

📋 copy color: '#F04ABE'

red 240 ◦ green 74 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F04ABE

Tints of Razzle Dazzle Rose #F04ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.68%

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 47.62%
G = 14.68%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F04ABE (or 0xF04ABE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4A and BE. RGB value is (240,74,190). Sum of RGB (Red+Green+Blue) = 240+74+190=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ABE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04ABE is #0FB541. Grayscale: #888888. Windows color (decimal): -1029442 or 12471024. OLE color: 12471024.

HSL color Cylindrical-coordinate representation of color #F04ABE: hue angle of 318.07º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04ABE is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 74 190 -
CMYK 0 0.69 0.21 0.06
HSL 318.07º 0.85% 0.62% -
HSV(B) 318.07º 0.69% 0.94% -
XYZ 47.68 27.14 51.44 -
YUV 136.86 158 201.57 -
System Red Green Blue C M Y K H S L
Decimal 240 74 190 0 0.69 0.21 0.06 318.07 0.85 0.62
Hex F0 4A BE 0 45 15 6 13E 55 3E
Octal 360 112 276 0 105 25 6 476 125 76
Binary 11110000 1001010 10111110 0 1000101 10101 110 100111110 1010101 111110

Color Harmonies of #F04ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04ABE

Black with #F04ABE

Text Example


Text Example

White with #F04ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04ABE; }

 p { color: rgb(240,74,190); }

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

background-color css

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

 a { background-color: rgb(240,74,190); }

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

border-color css

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

 span { border-color: rgb(240,74,190); }

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