Html Css Color HEX #F538D2 Razzle Dazzle Rose

📋 copy color: '#F538D2'

red 245 ◦ green 56 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F538D2

Tints of Razzle Dazzle Rose #F538D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.1%

R = 47.95%
G = 10.96%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F538D2 (or 0xF538D2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 38 and D2. RGB value is (245,56,210). Sum of RGB (Red+Green+Blue) = 245+56+210=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F538D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F538D2 is #0AC72D. Grayscale: #818181. Windows color (decimal): -706350 or 13777141. OLE color: 13777141.

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

Color convert

RGB 245 56 210 -
CMYK 0 0.77 0.14 0.04
HSL 311.11º 0.9% 0.59% -
HSV(B) 311.11º 0.77% 0.96% -
XYZ 50.7 26.89 63.49 -
YUV 130.07 173.12 209.98 -
System Red Green Blue C M Y K H S L
Decimal 245 56 210 0 0.77 0.14 0.04 311.11 0.9 0.59
Hex F5 38 D2 0 4D E 4 137 5A 3B
Octal 365 70 322 0 115 16 4 467 132 73
Binary 11110101 111000 11010010 0 1001101 1110 100 100110111 1011010 111011

Color Harmonies of #F538D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F538D2

Black with #F538D2

Text Example


Text Example

White with #F538D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F538D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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