Html Css Color HEX #F141B3 Razzle Dazzle Rose

📋 copy color: '#F141B3'

red 241 ◦ green 65 ◦ blue 179

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

Shades of Razzle Dazzle Rose #F141B3

Tints of Razzle Dazzle Rose #F141B3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.4%

 BLUE value IS 179 (70.31% from 255) = 36.91%

R = 49.69%
G = 13.4%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F141B3 (or 0xF141B3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and B3. RGB value is (241,65,179). Sum of RGB (Red+Green+Blue) = 241+65+179=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F141B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141B3 is #0EBE4C. Grayscale: #828282. Windows color (decimal): -966221 or 11747825. OLE color: 11747825.

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

Color convert

RGB 241 65 179 -
CMYK 0 0.73 0.26 0.05
HSL 321.14º 0.86% 0.6% -
HSV(B) 321.14º 0.73% 0.95% -
XYZ 46.3 25.74 45.17 -
YUV 130.62 155.31 206.73 -
System Red Green Blue C M Y K H S L
Decimal 241 65 179 0 0.73 0.26 0.05 321.14 0.86 0.6
Hex F1 41 B3 0 49 1A 5 141 56 3C
Octal 361 101 263 0 111 32 5 501 126 74
Binary 11110001 1000001 10110011 0 1001001 11010 101 101000001 1010110 111100

Color Harmonies of #F141B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F141B3

Black with #F141B3

Text Example


Text Example

White with #F141B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F141B3; }

 p { color: rgb(241,65,179); }

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

background-color css

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

 a { background-color: rgb(241,65,179); }

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

border-color css

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

 span { border-color: rgb(241,65,179); }

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