Html Css Color HEX #F04BBE Razzle Dazzle Rose

📋 copy color: '#F04BBE'

red 240 ◦ green 75 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F04BBE

Tints of Razzle Dazzle Rose #F04BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.85%

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

R = 47.52%
G = 14.85%
B = 37.62%

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

#F04BBE (or 0xF04BBE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4B and BE. RGB value is (240,75,190). Sum of RGB (Red+Green+Blue) = 240+75+190=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04BBE is #0FB441. Grayscale: #898989. Windows color (decimal): -1029186 or 12471280. OLE color: 12471280.

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

Color convert

RGB 240 75 190 -
CMYK 0 0.69 0.21 0.06
HSL 318.18º 0.85% 0.62% -
HSV(B) 318.18º 0.69% 0.94% -
XYZ 47.75 27.28 51.46 -
YUV 137.45 157.66 201.15 -
System Red Green Blue C M Y K H S L
Decimal 240 75 190 0 0.69 0.21 0.06 318.18 0.85 0.62
Hex F0 4B BE 0 45 15 6 13E 55 3E
Octal 360 113 276 0 105 25 6 476 125 76
Binary 11110000 1001011 10111110 0 1000101 10101 110 100111110 1010101 111110

Color Harmonies of #F04BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04BBE

Black with #F04BBE

Text Example


Text Example

White with #F04BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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