Html Css Color HEX #F538BA Razzle Dazzle Rose

📋 copy color: '#F538BA'

red 245 ◦ green 56 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F538BA

Tints of Razzle Dazzle Rose #F538BA

RGB

 RED value IS 245 (96.09% from 255) = 50.31%

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

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

R = 50.31%
G = 11.5%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F538BA (or 0xF538BA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 38 and BA. RGB value is (245,56,186). Sum of RGB (Red+Green+Blue) = 245+56+186=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F538BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F538BA is #0AC745. Grayscale: #7F7F7F. Windows color (decimal): -706374 or 12204277. OLE color: 12204277.

HSL color Cylindrical-coordinate representation of color #F538BA: hue angle of 318.73º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F538BA is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 186 -
CMYK 0 0.77 0.24 0.04
HSL 318.73º 0.9% 0.59% -
HSV(B) 318.73º 0.77% 0.96% -
XYZ 47.93 25.79 48.91 -
YUV 127.33 161.12 211.93 -
System Red Green Blue C M Y K H S L
Decimal 245 56 186 0 0.77 0.24 0.04 318.73 0.9 0.59
Hex F5 38 BA 0 4D 18 4 13F 5A 3B
Octal 365 70 272 0 115 30 4 477 132 73
Binary 11110101 111000 10111010 0 1001101 11000 100 100111111 1011010 111011

Color Harmonies of #F538BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F538BA

Black with #F538BA

Text Example


Text Example

White with #F538BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F538BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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