Html Css Color HEX #F137C6 Razzle Dazzle Rose

📋 copy color: '#F137C6'

red 241 ◦ green 55 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F137C6

Tints of Razzle Dazzle Rose #F137C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.08%

R = 48.79%
G = 11.13%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F137C6 (or 0xF137C6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 37 and C6. RGB value is (241,55,198). Sum of RGB (Red+Green+Blue) = 241+55+198=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F137C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F137C6 is #0EC839. Grayscale: #7E7E7E. Windows color (decimal): -968762 or 12990449. OLE color: 12990449.

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

Color convert

RGB 241 55 198 -
CMYK 0 0.77 0.18 0.05
HSL 313.87º 0.87% 0.58% -
HSV(B) 313.87º 0.77% 0.95% -
XYZ 47.83 25.51 55.83 -
YUV 126.92 168.12 209.37 -
System Red Green Blue C M Y K H S L
Decimal 241 55 198 0 0.77 0.18 0.05 313.87 0.87 0.58
Hex F1 37 C6 0 4D 12 5 13A 57 3A
Octal 361 67 306 0 115 22 5 472 127 72
Binary 11110001 110111 11000110 0 1001101 10010 101 100111010 1010111 111010

Color Harmonies of #F137C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F137C6

Black with #F137C6

Text Example


Text Example

White with #F137C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F137C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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