Html Css Color HEX #F140B5 Razzle Dazzle Rose

📋 copy color: '#F140B5'

red 241 ◦ green 64 ◦ blue 181

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

Shades of Razzle Dazzle Rose #F140B5

Tints of Razzle Dazzle Rose #F140B5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.17%

 BLUE value IS 181 (71.09% from 255) = 37.24%

R = 49.59%
G = 13.17%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F140B5 (or 0xF140B5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 40 and B5. RGB value is (241,64,181). Sum of RGB (Red+Green+Blue) = 241+64+181=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F140B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140B5 is #0EBF4A. Grayscale: #818181. Windows color (decimal): -966475 or 11878641. OLE color: 11878641.

HSL color Cylindrical-coordinate representation of color #F140B5: hue angle of 320.34º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F140B5 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 64 181 -
CMYK 0 0.73 0.25 0.05
HSL 320.34º 0.86% 0.6% -
HSV(B) 320.34º 0.73% 0.95% -
XYZ 46.45 25.7 46.23 -
YUV 130.26 156.64 206.99 -
System Red Green Blue C M Y K H S L
Decimal 241 64 181 0 0.73 0.25 0.05 320.34 0.86 0.6
Hex F1 40 B5 0 49 19 5 140 56 3C
Octal 361 100 265 0 111 31 5 500 126 74
Binary 11110001 1000000 10110101 0 1001001 11001 101 101000000 1010110 111100

Color Harmonies of #F140B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F140B5

Black with #F140B5

Text Example


Text Example

White with #F140B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F140B5; }

 p { color: rgb(241,64,181); }

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

background-color css

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

 a { background-color: rgb(241,64,181); }

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

border-color css

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

 span { border-color: rgb(241,64,181); }

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