Html Css Color HEX #F143B7 Razzle Dazzle Rose

📋 copy color: '#F143B7'

red 241 ◦ green 67 ◦ blue 183

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

Shades of Razzle Dazzle Rose #F143B7

Tints of Razzle Dazzle Rose #F143B7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.65%

 BLUE value IS 183 (71.88% from 255) = 37.27%

R = 49.08%
G = 13.65%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F143B7 (or 0xF143B7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and B7. RGB value is (241,67,183). Sum of RGB (Red+Green+Blue) = 241+67+183=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F143B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143B7 is #0EBC48. Grayscale: #838383. Windows color (decimal): -965705 or 12010481. OLE color: 12010481.

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

Color convert

RGB 241 67 183 -
CMYK 0 0.72 0.24 0.05
HSL 320º 0.86% 0.6% -
HSV(B) 320º 0.72% 0.95% -
XYZ 46.83 26.13 47.38 -
YUV 132.25 156.65 205.57 -
System Red Green Blue C M Y K H S L
Decimal 241 67 183 0 0.72 0.24 0.05 320 0.86 0.6
Hex F1 43 B7 0 48 18 5 140 56 3C
Octal 361 103 267 0 110 30 5 500 126 74
Binary 11110001 1000011 10110111 0 1001000 11000 101 101000000 1010110 111100

Color Harmonies of #F143B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143B7

Black with #F143B7

Text Example


Text Example

White with #F143B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143B7; }

 p { color: rgb(241,67,183); }

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

background-color css

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

 a { background-color: rgb(241,67,183); }

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

border-color css

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

 span { border-color: rgb(241,67,183); }

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