Html Css Color HEX #F138DF Razzle Dazzle Rose

📋 copy color: '#F138DF'

red 241 ◦ green 56 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F138DF

Tints of Razzle Dazzle Rose #F138DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 46.35%
G = 10.77%
B = 42.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F138DF (or 0xF138DF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and DF. RGB value is (241,56,223). Sum of RGB (Red+Green+Blue) = 241+56+223=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 56 (22.27% from 255 or 10.77% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F138DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F138DF is #0EC720. Grayscale: #818181. Windows color (decimal): -968481 or 14629105. OLE color: 14629105.

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

Color convert

RGB 241 56 223 -
CMYK 0 0.77 0.07 0.05
HSL 305.84º 0.87% 0.58% -
HSV(B) 305.84º 0.77% 0.95% -
XYZ 51.01 26.86 72.31 -
YUV 130.35 180.29 206.92 -
System Red Green Blue C M Y K H S L
Decimal 241 56 223 0 0.77 0.07 0.05 305.84 0.87 0.58
Hex F1 38 DF 0 4D 7 5 132 57 3A
Octal 361 70 337 0 115 7 5 462 127 72
Binary 11110001 111000 11011111 0 1001101 111 101 100110010 1010111 111010

Color Harmonies of #F138DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138DF

Black with #F138DF

Text Example


Text Example

White with #F138DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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