Html Css Color HEX #F038BA Razzle Dazzle Rose

📋 copy color: '#F038BA'

red 240 ◦ green 56 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F038BA

Tints of Razzle Dazzle Rose #F038BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.62%

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

R = 49.79%
G = 11.62%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F038BA (or 0xF038BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and BA. RGB value is (240,56,186). Sum of RGB (Red+Green+Blue) = 240+56+186=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F038BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F038BA is #0FC745. Grayscale: #7D7D7D. Windows color (decimal): -1034054 or 12204272. OLE color: 12204272.

HSL color Cylindrical-coordinate representation of color #F038BA: hue angle of 317.61º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F038BA is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 56 186 -
CMYK 0 0.77 0.22 0.06
HSL 317.61º 0.86% 0.58% -
HSV(B) 317.61º 0.77% 0.94% -
XYZ 46.21 24.9 48.82 -
YUV 125.84 161.96 209.43 -
System Red Green Blue C M Y K H S L
Decimal 240 56 186 0 0.77 0.22 0.06 317.61 0.86 0.58
Hex F0 38 BA 0 4D 16 6 13E 56 3A
Octal 360 70 272 0 115 26 6 476 126 72
Binary 11110000 111000 10111010 0 1001101 10110 110 100111110 1010110 111010

Color Harmonies of #F038BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F038BA

Black with #F038BA

Text Example


Text Example

White with #F038BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F038BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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