Html Css Color HEX #F138E1 Razzle Dazzle Rose

📋 copy color: '#F138E1'

red 241 ◦ green 56 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F138E1

Tints of Razzle Dazzle Rose #F138E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.1%

R = 46.17%
G = 10.73%
B = 43.1%

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

#F138E1 (or 0xF138E1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and E1. RGB value is (241,56,225). Sum of RGB (Red+Green+Blue) = 241+56+225=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 56 (22.27% from 255 or 10.73% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F138E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F138E1 is #0EC71E. Grayscale: #828282. Windows color (decimal): -968479 or 14760177. OLE color: 14760177.

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

Color convert

RGB 241 56 225 -
CMYK 0 0.77 0.07 0.05
HSL 305.19º 0.87% 0.58% -
HSV(B) 305.19º 0.77% 0.95% -
XYZ 51.28 26.97 73.74 -
YUV 130.58 181.29 206.76 -
System Red Green Blue C M Y K H S L
Decimal 241 56 225 0 0.77 0.07 0.05 305.19 0.87 0.58
Hex F1 38 E1 0 4D 7 5 131 57 3A
Octal 361 70 341 0 115 7 5 461 127 72
Binary 11110001 111000 11100001 0 1001101 111 101 100110001 1010111 111010

Color Harmonies of #F138E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138E1

Black with #F138E1

Text Example


Text Example

White with #F138E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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