Html Css Color HEX #FE38C5 Razzle Dazzle Rose

📋 copy color: '#FE38C5'

red 254 ◦ green 56 ◦ blue 197

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

Shades of Razzle Dazzle Rose #FE38C5

Tints of Razzle Dazzle Rose #FE38C5

RGB

 RED value IS 254 (99.61% from 255) = 50.1%

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

 BLUE value IS 197 (77.34% from 255) = 38.86%

R = 50.1%
G = 11.05%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE38C5 (or 0xFE38C5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 38 and C5. RGB value is (254,56,197). Sum of RGB (Red+Green+Blue) = 254+56+197=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38C5 is #01C73A. Grayscale: #828282. Windows color (decimal): -116539 or 12925182. OLE color: 12925182.

HSL color Cylindrical-coordinate representation of color #FE38C5: hue angle of 317.27º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE38C5 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 56 197 -
CMYK 0 0.78 0.22 0.00
HSL 317.27º 0.99% 0.61% -
HSV(B) 317.27º 0.78% 1% -
XYZ 52.37 27.93 55.45 -
YUV 131.28 165.1 215.54 -
System Red Green Blue C M Y K H S L
Decimal 254 56 197 0 0.78 0.22 0.00 317.27 0.99 0.61
Hex FE 38 C5 0 4E 16 0 13D 63 3D
Octal 376 70 305 0 116 26 0 475 143 75
Binary 11111110 111000 11000101 0 1001110 10110 0 100111101 1100011 111101

Color Harmonies of #FE38C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE38C5

Black with #FE38C5

Text Example


Text Example

White with #FE38C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE38C5; }

 p { color: rgb(254,56,197); }

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

background-color css

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

 a { background-color: rgb(254,56,197); }

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

border-color css

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

 span { border-color: rgb(254,56,197); }

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