Html Css Color HEX #F138DD Razzle Dazzle Rose

📋 copy color: '#F138DD'

red 241 ◦ green 56 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F138DD

Tints of Razzle Dazzle Rose #F138DD

RGB

 RED value IS 241 (94.53% from 255) = 46.53%

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 46.53%
G = 10.81%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F138DD (or 0xF138DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and DD. RGB value is (241,56,221). Sum of RGB (Red+Green+Blue) = 241+56+221=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 56 (22.27% from 255 or 10.81% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F138DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F138DD is #0EC722. Grayscale: #818181. Windows color (decimal): -968483 or 14498033. OLE color: 14498033.

HSL color Cylindrical-coordinate representation of color #F138DD: hue angle of 306.49º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F138DD is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 56 221 -
CMYK 0 0.77 0.08 0.05
HSL 306.49º 0.87% 0.58% -
HSV(B) 306.49º 0.77% 0.95% -
XYZ 50.74 26.75 70.9 -
YUV 130.13 179.29 207.08 -
System Red Green Blue C M Y K H S L
Decimal 241 56 221 0 0.77 0.08 0.05 306.49 0.87 0.58
Hex F1 38 DD 0 4D 8 5 132 57 3A
Octal 361 70 335 0 115 10 5 462 127 72
Binary 11110001 111000 11011101 0 1001101 1000 101 100110010 1010111 111010

Color Harmonies of #F138DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138DD

Black with #F138DD

Text Example


Text Example

White with #F138DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138DD; }

 p { color: rgb(241,56,221); }

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

background-color css

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

 a { background-color: rgb(241,56,221); }

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

border-color css

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

 span { border-color: rgb(241,56,221); }

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