Html Css Color HEX #F538ED Razzle Dazzle Rose

📋 copy color: '#F538ED'

red 245 ◦ green 56 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F538ED

Tints of Razzle Dazzle Rose #F538ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 45.54%
G = 10.41%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F538ED (or 0xF538ED) is known color: Razzle Dazzle Rose. HEX triplet: F5, 38 and ED. RGB value is (245,56,237). Sum of RGB (Red+Green+Blue) = 245+56+237=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 56 (22.27% from 255 or 10.41% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F538ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F538ED is #0AC712. Grayscale: #848484. Windows color (decimal): -706323 or 15546613. OLE color: 15546613.

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

Color convert

RGB 245 56 237 -
CMYK 0 0.77 0.03 0.04
HSL 302.54º 0.9% 0.59% -
HSV(B) 302.54º 0.77% 0.96% -
XYZ 54.36 28.36 82.73 -
YUV 133.15 186.62 207.78 -
System Red Green Blue C M Y K H S L
Decimal 245 56 237 0 0.77 0.03 0.04 302.54 0.9 0.59
Hex F5 38 ED 0 4D 3 4 12F 5A 3B
Octal 365 70 355 0 115 3 4 457 132 73
Binary 11110101 111000 11101101 0 1001101 11 100 100101111 1011010 111011

Color Harmonies of #F538ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F538ED

Black with #F538ED

Text Example


Text Example

White with #F538ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F538ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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