Html Css Color HEX #F140CF Razzle Dazzle Rose

📋 copy color: '#F140CF'

red 241 ◦ green 64 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F140CF

Tints of Razzle Dazzle Rose #F140CF

RGB

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

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

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

R = 47.07%
G = 12.5%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F140CF (or 0xF140CF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 40 and CF. RGB value is (241,64,207). Sum of RGB (Red+Green+Blue) = 241+64+207=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F140CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140CF is #0EBF30. Grayscale: #848484. Windows color (decimal): -966449 or 13582577. OLE color: 13582577.

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

Color convert

RGB 241 64 207 -
CMYK 0 0.73 0.14 0.05
HSL 311.53º 0.86% 0.6% -
HSV(B) 311.53º 0.73% 0.95% -
XYZ 49.37 26.87 61.62 -
YUV 133.23 169.64 204.87 -
System Red Green Blue C M Y K H S L
Decimal 241 64 207 0 0.73 0.14 0.05 311.53 0.86 0.6
Hex F1 40 CF 0 49 E 5 138 56 3C
Octal 361 100 317 0 111 16 5 470 126 74
Binary 11110001 1000000 11001111 0 1001001 1110 101 100111000 1010110 111100

Color Harmonies of #F140CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F140CF

Black with #F140CF

Text Example


Text Example

White with #F140CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F140CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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