Html Css Color HEX #F538B5 Razzle Dazzle Rose

📋 copy color: '#F538B5'

red 245 ◦ green 56 ◦ blue 181

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

Shades of Razzle Dazzle Rose #F538B5

Tints of Razzle Dazzle Rose #F538B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.55%

R = 50.83%
G = 11.62%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F538B5 (or 0xF538B5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 38 and B5. RGB value is (245,56,181). Sum of RGB (Red+Green+Blue) = 245+56+181=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F538B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F538B5 is #0AC74A. Grayscale: #7E7E7E. Windows color (decimal): -706379 or 11876597. OLE color: 11876597.

HSL color Cylindrical-coordinate representation of color #F538B5: hue angle of 320.32º 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 #F538B5 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 181 -
CMYK 0 0.77 0.26 0.04
HSL 320.32º 0.9% 0.59% -
HSV(B) 320.32º 0.77% 0.96% -
XYZ 47.41 25.58 46.15 -
YUV 126.76 158.62 212.34 -
System Red Green Blue C M Y K H S L
Decimal 245 56 181 0 0.77 0.26 0.04 320.32 0.9 0.59
Hex F5 38 B5 0 4D 1A 4 140 5A 3B
Octal 365 70 265 0 115 32 4 500 132 73
Binary 11110101 111000 10110101 0 1001101 11010 100 101000000 1011010 111011

Color Harmonies of #F538B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F538B5

Black with #F538B5

Text Example


Text Example

White with #F538B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F538B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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