Html Css Color HEX #F04BBA Razzle Dazzle Rose

📋 copy color: '#F04BBA'

red 240 ◦ green 75 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F04BBA

Tints of Razzle Dazzle Rose #F04BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 47.9%
G = 14.97%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F04BBA (or 0xF04BBA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4B and BA. RGB value is (240,75,186). Sum of RGB (Red+Green+Blue) = 240+75+186=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04BBA is #0FB445. Grayscale: #888888. Windows color (decimal): -1029190 or 12209136. OLE color: 12209136.

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

Color convert

RGB 240 75 186 -
CMYK 0 0.69 0.22 0.06
HSL 319.64º 0.85% 0.62% -
HSV(B) 319.64º 0.69% 0.94% -
XYZ 47.31 27.1 49.19 -
YUV 136.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 240 75 186 0 0.69 0.22 0.06 319.64 0.85 0.62
Hex F0 4B BA 0 45 16 6 140 55 3E
Octal 360 113 272 0 105 26 6 500 125 76
Binary 11110000 1001011 10111010 0 1000101 10110 110 101000000 1010101 111110

Color Harmonies of #F04BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04BBA

Black with #F04BBA

Text Example


Text Example

White with #F04BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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