Html Css Color HEX #F538BB Razzle Dazzle Rose

📋 copy color: '#F538BB'

red 245 ◦ green 56 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F538BB

Tints of Razzle Dazzle Rose #F538BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 50.2%
G = 11.48%
B = 38.32%

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

#F538BB (or 0xF538BB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 38 and BB. RGB value is (245,56,187). Sum of RGB (Red+Green+Blue) = 245+56+187=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F538BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F538BB is #0AC744. Grayscale: #7F7F7F. Windows color (decimal): -706373 or 12269813. OLE color: 12269813.

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

Color convert

RGB 245 56 187 -
CMYK 0 0.77 0.24 0.04
HSL 318.41º 0.9% 0.59% -
HSV(B) 318.41º 0.77% 0.96% -
XYZ 48.04 25.83 49.47 -
YUV 127.45 161.62 211.85 -
System Red Green Blue C M Y K H S L
Decimal 245 56 187 0 0.77 0.24 0.04 318.41 0.9 0.59
Hex F5 38 BB 0 4D 18 4 13E 5A 3B
Octal 365 70 273 0 115 30 4 476 132 73
Binary 11110101 111000 10111011 0 1001101 11000 100 100111110 1011010 111011

Color Harmonies of #F538BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F538BB

Black with #F538BB

Text Example


Text Example

White with #F538BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F538BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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