Html Css Color HEX #F143CF Razzle Dazzle Rose

📋 copy color: '#F143CF'

red 241 ◦ green 67 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F143CF

Tints of Razzle Dazzle Rose #F143CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 46.8%
G = 13.01%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F143CF (or 0xF143CF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and CF. RGB value is (241,67,207). Sum of RGB (Red+Green+Blue) = 241+67+207=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 67 (26.56% from 255 or 13.01% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F143CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143CF is #0EBC30. Grayscale: #868686. Windows color (decimal): -965681 or 13583345. OLE color: 13583345.

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

Color convert

RGB 241 67 207 -
CMYK 0 0.72 0.14 0.05
HSL 311.72º 0.86% 0.6% -
HSV(B) 311.72º 0.72% 0.95% -
XYZ 49.55 27.22 61.67 -
YUV 134.99 168.65 203.62 -
System Red Green Blue C M Y K H S L
Decimal 241 67 207 0 0.72 0.14 0.05 311.72 0.86 0.6
Hex F1 43 CF 0 48 E 5 138 56 3C
Octal 361 103 317 0 110 16 5 470 126 74
Binary 11110001 1000011 11001111 0 1001000 1110 101 100111000 1010110 111100

Color Harmonies of #F143CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143CF

Black with #F143CF

Text Example


Text Example

White with #F143CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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