Html Css Color HEX #F138E5 Razzle Dazzle Rose

📋 copy color: '#F138E5'

red 241 ◦ green 56 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F138E5

Tints of Razzle Dazzle Rose #F138E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 45.82%
G = 10.65%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F138E5 (or 0xF138E5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and E5. RGB value is (241,56,229). Sum of RGB (Red+Green+Blue) = 241+56+229=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 56 (22.27% from 255 or 10.65% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F138E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F138E5 is #0EC71A. Grayscale: #828282. Windows color (decimal): -968475 or 15022321. OLE color: 15022321.

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

Color convert

RGB 241 56 229 -
CMYK 0 0.77 0.05 0.05
HSL 303.89º 0.87% 0.58% -
HSV(B) 303.89º 0.77% 0.95% -
XYZ 51.83 27.19 76.64 -
YUV 131.04 183.29 206.43 -
System Red Green Blue C M Y K H S L
Decimal 241 56 229 0 0.77 0.05 0.05 303.89 0.87 0.58
Hex F1 38 E5 0 4D 5 5 130 57 3A
Octal 361 70 345 0 115 5 5 460 127 72
Binary 11110001 111000 11100101 0 1001101 101 101 100110000 1010111 111010

Color Harmonies of #F138E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138E5

Black with #F138E5

Text Example


Text Example

White with #F138E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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