Html Css Color HEX #F137E7 Razzle Dazzle Rose

📋 copy color: '#F137E7'

red 241 ◦ green 55 ◦ blue 231

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

Shades of Razzle Dazzle Rose #F137E7

Tints of Razzle Dazzle Rose #F137E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.83%

R = 45.73%
G = 10.44%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F137E7 (or 0xF137E7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 37 and E7. RGB value is (241,55,231). Sum of RGB (Red+Green+Blue) = 241+55+231=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 55 (21.88% from 255 or 10.44% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F137E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F137E7 is #0EC818. Grayscale: #828282. Windows color (decimal): -968729 or 15153137. OLE color: 15153137.

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

Color convert

RGB 241 55 231 -
CMYK 0 0.77 0.04 0.05
HSL 303.23º 0.87% 0.58% -
HSV(B) 303.23º 0.77% 0.95% -
XYZ 52.07 27.2 78.11 -
YUV 130.68 184.62 206.69 -
System Red Green Blue C M Y K H S L
Decimal 241 55 231 0 0.77 0.04 0.05 303.23 0.87 0.58
Hex F1 37 E7 0 4D 4 5 12F 57 3A
Octal 361 67 347 0 115 4 5 457 127 72
Binary 11110001 110111 11100111 0 1001101 100 101 100101111 1010111 111010

Color Harmonies of #F137E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F137E7

Black with #F137E7

Text Example


Text Example

White with #F137E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F137E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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