Html Css Color HEX #FE38C1 Razzle Dazzle Rose

📋 copy color: '#FE38C1'

red 254 ◦ green 56 ◦ blue 193

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

Shades of Razzle Dazzle Rose #FE38C1

Tints of Razzle Dazzle Rose #FE38C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.37%

R = 50.5%
G = 11.13%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE38C1 (or 0xFE38C1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 38 and C1. RGB value is (254,56,193). Sum of RGB (Red+Green+Blue) = 254+56+193=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38C1 is #01C73E. Grayscale: #828282. Windows color (decimal): -116543 or 12663038. OLE color: 12663038.

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

Color convert

RGB 254 56 193 -
CMYK 0 0.78 0.24 0.00
HSL 318.48º 0.99% 0.61% -
HSV(B) 318.48º 0.78% 1% -
XYZ 51.91 27.75 53.07 -
YUV 130.82 163.1 215.86 -
System Red Green Blue C M Y K H S L
Decimal 254 56 193 0 0.78 0.24 0.00 318.48 0.99 0.61
Hex FE 38 C1 0 4E 18 0 13E 63 3D
Octal 376 70 301 0 116 30 0 476 143 75
Binary 11111110 111000 11000001 0 1001110 11000 0 100111110 1100011 111101

Color Harmonies of #FE38C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE38C1

Black with #FE38C1

Text Example


Text Example

White with #FE38C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE38C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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