Html Css Color HEX #FF38C4 Razzle Dazzle Rose

📋 copy color: '#FF38C4'

red 255 ◦ green 56 ◦ blue 196

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

Shades of Razzle Dazzle Rose #FF38C4

Tints of Razzle Dazzle Rose #FF38C4

RGB

 RED value IS 255 (100% from 255) = 50.3%

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

 BLUE value IS 196 (76.95% from 255) = 38.66%

R = 50.3%
G = 11.05%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF38C4 (or 0xFF38C4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 38 and C4. RGB value is (255,56,196). Sum of RGB (Red+Green+Blue) = 255+56+196=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38C4 is #00C73B. Grayscale: #838383. Windows color (decimal): -51004 or 12859647. OLE color: 12859647.

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

Color convert

RGB 255 56 196 -
CMYK 0 0.78 0.23 0
HSL 317.79º 1% 0.61% -
HSV(B) 317.79º 0.78% 1% -
XYZ 52.62 28.07 54.87 -
YUV 131.46 164.43 216.12 -
System Red Green Blue C M Y K H S L
Decimal 255 56 196 0 0.78 0.23 0 317.79 1 0.61
Hex FF 38 C4 0 4E 17 0 13E 64 3D
Octal 377 70 304 0 116 27 0 476 144 75
Binary 11111111 111000 11000100 0 1001110 10111 0 100111110 1100100 111101

Color Harmonies of #FF38C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF38C4

Black with #FF38C4

Text Example


Text Example

White with #FF38C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF38C4; }

 p { color: rgb(255,56,196); }

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

background-color css

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

 a { background-color: rgb(255,56,196); }

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

border-color css

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

 span { border-color: rgb(255,56,196); }

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