Html Css Color HEX #F134C0 Razzle Dazzle Rose

📋 copy color: '#F134C0'

red 241 ◦ green 52 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F134C0

Tints of Razzle Dazzle Rose #F134C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 49.69%
G = 10.72%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F134C0 (or 0xF134C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and C0. RGB value is (241,52,192). Sum of RGB (Red+Green+Blue) = 241+52+192=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F134C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134C0 is #0ECB3F. Grayscale: #7C7C7C. Windows color (decimal): -969536 or 12596465. OLE color: 12596465.

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

Color convert

RGB 241 52 192 -
CMYK 0 0.78 0.20 0.05
HSL 315.56º 0.87% 0.57% -
HSV(B) 315.56º 0.78% 0.95% -
XYZ 47.02 24.96 52.21 -
YUV 124.47 166.12 211.12 -
System Red Green Blue C M Y K H S L
Decimal 241 52 192 0 0.78 0.20 0.05 315.56 0.87 0.57
Hex F1 34 C0 0 4E 14 5 13C 57 39
Octal 361 64 300 0 116 24 5 474 127 71
Binary 11110001 110100 11000000 0 1001110 10100 101 100111100 1010111 111001

Color Harmonies of #F134C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134C0

Black with #F134C0

Text Example


Text Example

White with #F134C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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