Html Css Color HEX #F135C5 Razzle Dazzle Rose

📋 copy color: '#F135C5'

red 241 ◦ green 53 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F135C5

Tints of Razzle Dazzle Rose #F135C5

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.79%

 BLUE value IS 197 (77.34% from 255) = 40.12%

R = 49.08%
G = 10.79%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F135C5 (or 0xF135C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 35 and C5. RGB value is (241,53,197). Sum of RGB (Red+Green+Blue) = 241+53+197=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 53 (21.09% from 255 or 10.79% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F135C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F135C5 is #0ECA3A. Grayscale: #7D7D7D. Windows color (decimal): -969275 or 12924401. OLE color: 12924401.

HSL color Cylindrical-coordinate representation of color #F135C5: hue angle of 314.04º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F135C5 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 53 197 -
CMYK 0 0.78 0.18 0.05
HSL 314.04º 0.87% 0.58% -
HSV(B) 314.04º 0.78% 0.95% -
XYZ 47.63 25.28 55.19 -
YUV 125.63 168.28 210.29 -
System Red Green Blue C M Y K H S L
Decimal 241 53 197 0 0.78 0.18 0.05 314.04 0.87 0.58
Hex F1 35 C5 0 4E 12 5 13A 57 3A
Octal 361 65 305 0 116 22 5 472 127 72
Binary 11110001 110101 11000101 0 1001110 10010 101 100111010 1010111 111010

Color Harmonies of #F135C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F135C5

Black with #F135C5

Text Example


Text Example

White with #F135C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F135C5; }

 p { color: rgb(241,53,197); }

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

background-color css

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

 a { background-color: rgb(241,53,197); }

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

border-color css

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

 span { border-color: rgb(241,53,197); }

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