Html Css Color HEX #F137E5 Razzle Dazzle Rose

📋 copy color: '#F137E5'

red 241 ◦ green 55 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F137E5

Tints of Razzle Dazzle Rose #F137E5

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.48%

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

R = 45.9%
G = 10.48%
B = 43.62%

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

#F137E5 (or 0xF137E5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 37 and E5. RGB value is (241,55,229). Sum of RGB (Red+Green+Blue) = 241+55+229=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 55 (21.88% from 255 or 10.48% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F137E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F137E5 is #0EC81A. Grayscale: #818181. Windows color (decimal): -968731 or 15022065. OLE color: 15022065.

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

Color convert

RGB 241 55 229 -
CMYK 0 0.77 0.05 0.05
HSL 303.87º 0.87% 0.58% -
HSV(B) 303.87º 0.77% 0.95% -
XYZ 51.78 27.09 76.63 -
YUV 130.45 183.62 206.85 -
System Red Green Blue C M Y K H S L
Decimal 241 55 229 0 0.77 0.05 0.05 303.87 0.87 0.58
Hex F1 37 E5 0 4D 5 5 130 57 3A
Octal 361 67 345 0 115 5 5 460 127 72
Binary 11110001 110111 11100101 0 1001101 101 101 100110000 1010111 111010

Color Harmonies of #F137E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F137E5

Black with #F137E5

Text Example


Text Example

White with #F137E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F137E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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