Html Css Color HEX #F134C6 Razzle Dazzle Rose

📋 copy color: '#F134C6'

red 241 ◦ green 52 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F134C6

Tints of Razzle Dazzle Rose #F134C6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.59%

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

R = 49.08%
G = 10.59%
B = 40.33%

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

#F134C6 (or 0xF134C6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and C6. RGB value is (241,52,198). Sum of RGB (Red+Green+Blue) = 241+52+198=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F134C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134C6 is #0ECB39. Grayscale: #7C7C7C. Windows color (decimal): -969530 or 12989681. OLE color: 12989681.

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

Color convert

RGB 241 52 198 -
CMYK 0 0.78 0.18 0.05
HSL 313.65º 0.87% 0.57% -
HSV(B) 313.65º 0.78% 0.95% -
XYZ 47.7 25.23 55.78 -
YUV 125.16 169.12 210.63 -
System Red Green Blue C M Y K H S L
Decimal 241 52 198 0 0.78 0.18 0.05 313.65 0.87 0.57
Hex F1 34 C6 0 4E 12 5 13A 57 39
Octal 361 64 306 0 116 22 5 472 127 71
Binary 11110001 110100 11000110 0 1001110 10010 101 100111010 1010111 111001

Color Harmonies of #F134C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134C6

Black with #F134C6

Text Example


Text Example

White with #F134C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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